Home
last modified time | relevance | path

Searched refs:BGENDIR (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/
H A Dbgenlocations.py17 BGENDIR="/Users/jack/src/python/Tools/bgen/bgen" variable
45 if not os.path.exists(BGENDIR):
46 raise Error, "Please fix bgenlocations.py, BGENDIR does not exist: %s" % BGENDIR
53 if BGENDIR[-1] != os.sep:
54 BGENDIR = BGENDIR + os.sep variable
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/
H A Dbgenlocations.py17 BGENDIR="/Users/jack/src/python/Tools/bgen/bgen" variable
45 if not os.path.exists(BGENDIR):
46 raise Error, "Please fix bgenlocations.py, BGENDIR does not exist: %s" % BGENDIR
53 if BGENDIR[-1] != os.sep:
54 BGENDIR = BGENDIR + os.sep variable
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/ibcarbon/
H A DIBCarbonscan.py5 from bgenlocations import TOOLBOXDIR, BGENDIR
6 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/ibcarbon/
H A DIBCarbonscan.py5 from bgenlocations import TOOLBOXDIR, BGENDIR
6 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/scrap/
H A Dscrapscan.py7 from bgenlocations import TOOLBOXDIR, BGENDIR
8 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/scrap/
H A Dscrapscan.py7 from bgenlocations import TOOLBOXDIR, BGENDIR
8 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/fm/
H A Dfmscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/res/
H A Dresscan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
9 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/fm/
H A Dfmscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/res/
H A Dresscan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
9 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/snd/
H A Dsndscan.py6 from bgenlocations import TOOLBOXDIR, BGENDIR
7 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/ae/
H A Daescan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
9 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/ah/
H A Dahscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/evt/
H A Devtscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/menu/
H A Dmenuscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
4 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/qdoffs/
H A Dqdoffsscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
4 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/snd/
H A Dsndscan.py6 from bgenlocations import TOOLBOXDIR, BGENDIR
7 sys.path.append(BGENDIR)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/te/
H A Dtescan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/qdoffs/
H A Dqdoffsscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
4 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/evt/
H A Devtscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/te/
H A Dtescan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/ae/
H A Daescan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
9 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/ah/
H A Dahscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/menu/
H A Dmenuscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
4 sys.path.append(BGENDIR)
/dports/lang/python27/Python-2.7.18/Mac/Modules/help/
H A Dhelpscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)

123