Procházet zdrojové kódy

python2 removed

master
Dirk Alders před 2 roky
rodič
revize
dedf3f52e8
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

@@ -41,7 +41,7 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
41 41
 __DESCRIPTION__ = """The Module {\\tt %s} is designed to store information in {\\tt json} or {\\tt pickle} files to support them much faster then generating them from the original source file.
42 42
 For more Information read the documentation.""" % __name__.replace('_', '\_')
43 43
 """The Module Description"""
44
-__INTERPRETER__ = (2, 3)
44
+__INTERPRETER__ = (3, )
45 45
 """The Tested Interpreter-Versions"""
46 46
 
47 47
 

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