home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.4)
-
- import sys
- import os
- Error = 'bgenlocations.Error'
- BGENDIR = '/Users/jack/src/python/Tools/bgen/bgen'
- INCLUDEDIR = '/Users/jack/src/Universal/Interfaces/CIncludes'
- TOOLBOXDIR = '/Users/jack/src/python/Lib/plat-mac/Carbon'
- CREATOR = 'CWIE'
-
- try:
- from bgenlocationscustomize import *
- except ImportError:
- pass
-
- if not os.path.exists(BGENDIR):
- raise Error, 'Please fix bgenlocations.py, BGENDIR does not exist: %s' % BGENDIR
-
- if not os.path.exists(INCLUDEDIR):
- raise Error, 'Please fix bgenlocations.py, INCLUDEDIR does not exist: %s' % INCLUDEDIR
-
- if not os.path.exists(TOOLBOXDIR):
- raise Error, 'Please fix bgenlocations.py, TOOLBOXDIR does not exist: %s' % TOOLBOXDIR
-
- if BGENDIR[-1] != os.sep:
- BGENDIR = BGENDIR + os.sep
-
- if INCLUDEDIR[-1] != os.sep:
- INCLUDEDIR = INCLUDEDIR + os.sep
-
- if TOOLBOXDIR[-1] != os.sep:
- TOOLBOXDIR = TOOLBOXDIR + os.sep
-
-