Changeset 927
- Timestamp:
- 15/05/06 11:11:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/Scanner/csmllibs/__init__.py
r837 r927 16 16 currentPath=os.getcwd() 17 17 parentPath=os.sep.join(currentPath.split(os.sep)[:-1]) 18 parserPath=parentPath + '/ newparser'18 parserPath=parentPath + '/parser' 19 19 sys.path.append(parserPath) #append the parser path to sys.path 20 20 try: … … 22 22 import parser_extra 23 23 except: 24 print 'Could not import CSML Parser module. Make sure the parser code is in ../ newparser directory on the same level as ../Scanner directory.'24 print 'Could not import CSML Parser module. Make sure the parser code is in ../parser directory on the same level as ../Scanner directory.' 25 25 sys.exit() 26 26
Note: See TracChangeset
for help on using the changeset viewer.