Procházet zdrojové kódy

python2 removed

master
Dirk Alders před 2 roky
rodič
revize
7f2b90c990
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      __init__.py

+ 1
- 1
__init__.py Zobrazit soubor

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

Načítá se…
Zrušit
Uložit