| Path : /proc/self/root/lib/python2.7/site-packages/tkinter/ |
| Current File : //proc/self/root/lib/python2.7/site-packages/tkinter/colorchooser.py |
from __future__ import absolute_import
from future.utils import PY3
if PY3:
from tkinter.colorchooser import *
else:
try:
from tkColorChooser import *
except ImportError:
raise ImportError('The tkColorChooser module is missing. Does your Py2 '
'installation include tkinter?')