Changeset 247


Ignore:
Timestamp:
Jan 25, 2011 9:55:03 AM (14 years ago)
Author:
jemian
Message:

fixup directory paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified topdoc/src/VxShell2Doxygen/src/vxfilter.py

    r246 r247  
    2424
    2525
    26 import os
    27 import pprint
     26#import os
     27#import pprint
    2828import re
    2929import sys
     
    104104        print '#include "%s"' % item
    105105    #-----
    106     namespace = conformingKey( os.path.split( DB['filename'] )[1] )
     106    #namespace = conformingKey( os.path.split( DB['filename'] )[1] )
    107107    #print "namespace %s {" % namespace
    108108    #-----
     
    817817        processFile(filename)
    818818    else:
    819         test_dir = 'C:/Users/Pete/Documents/projects/bcdaioc/12id/iocBoot/ioc12ida1'
     819        test_dir = '../ioc12ida1'
    820820        #filename = test_dir + '/industryPack.cmd'
    821821        #filename = test_dir + '/aps_st.cmd'
Note: See TracChangeset for help on using the changeset viewer.