diff options
Diffstat (limited to 'Python/Dependencies/future-0.18.2/src/tkinter/ttk.py')
| -rw-r--r-- | Python/Dependencies/future-0.18.2/src/tkinter/ttk.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py b/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py deleted file mode 100644 index 081c1b4..0000000 --- a/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py +++ /dev/null @@ -1,12 +0,0 @@ -from __future__ import absolute_import - -from future.utils import PY3 - -if PY3: - from tkinter.ttk import * -else: - try: - from ttk import * - except ImportError: - raise ImportError('The ttk module is missing. Does your Py2 ' - 'installation include tkinter?') |
