Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
usr
/
lib
/
python2.7
/
site-packages
/
tkinter
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/lib/python2.7/site-packages/tkinter/ttk.py
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?')