26
26
if __name__ == "__main__":
31
36
# check for a development source directory and use that if it's there
32
37
PACKAGE_DIR = join( abspath( sys.path[ 0 ] ), "..", "lib" )
33
38
if exists( join( PACKAGE_DIR, "stdhome", "the.py" ) ):
35
40
sys.path.insert( 0, PACKAGE_DIR )