Home
last modified time | relevance | path

Searched refs:ICONDIR (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DTreeWidget.py24 ICONDIR = "Icons" variable
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir variable
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
84 fullname = os.path.join(ICONDIR, file + ext)