fix download (aggiunta di nuove librerie da Alfa)

This commit is contained in:
Alhaziel
2020-01-27 16:43:19 +01:00
committed by marco
parent 2831cfb784
commit 7deeef5036
160 changed files with 39957 additions and 566 deletions
+27
View File
@@ -0,0 +1,27 @@
from __future__ import absolute_import
from future.utils import PY3
__future_module__ = True
if not PY3:
from Tkinter import *
from Tkinter import (_cnfmerge, _default_root, _flatten,
_support_default_root, _test,
_tkinter, _setit)
try: # >= 2.7.4
from Tkinter import (_join)
except ImportError:
pass
try: # >= 2.7.4
from Tkinter import (_stringify)
except ImportError:
pass
try: # >= 2.7.9
from Tkinter import (_splitdict)
except ImportError:
pass
else:
from tkinter import *