HomeSort by relevance Sort by last modified time
    Searched refs:icondir (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 24 ICONDIR = "Icons"
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
40 list = glob.glob(os.path.join(icondir, "*.gif"))
84 fullname = os.path.join(ICONDIR, file + ext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 24 ICONDIR = "Icons"
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
40 list = glob.glob(os.path.join(icondir, "*.gif"))
84 fullname = os.path.join(ICONDIR, file + ext
    [all...]

Completed in 52 milliseconds