Quellcode durchsuchen

python2 removed

master
Dirk Alders vor 2 Jahren
Ursprung
Commit
7f2b90c990
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      __init__.py

+ 1
- 1
__init__.py Datei anzeigen

50
 __DESCRIPTION__ = """The Module {\\tt %s} is designed for point to point communication for client-server issues.
50
 __DESCRIPTION__ = """The Module {\\tt %s} is designed for point to point communication for client-server issues.
51
 For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
51
 For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
52
 """The Module Description"""
52
 """The Module Description"""
53
-__INTERPRETER__ = (2, 3)
53
+__INTERPRETER__ = (3, )
54
 """The Tested Interpreter-Versions"""
54
 """The Tested Interpreter-Versions"""
55
 
55
 
56
 SID_AUTH_REQUEST = 0
56
 SID_AUTH_REQUEST = 0

Laden…
Abbrechen
Speichern