Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
Didle.py8 idlelib_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
9 if idlelib_dir not in sys.path:
10 sys.path.insert(0, idlelib_dir)