Changes in sascomp [a78bebc:5efe850] in sasmodels
Legend:
- Unmodified
- Added
- Removed
-
sascomp
ra78bebc r5efe850 4 4 import os 5 5 import glob 6 import logging 7 logging.basicConfig(level=logging.INFO) 6 8 7 9 def main(): … … 11 13 sys.path.insert(0, os.path.join(root, 'bumps')) 12 14 sys.path.insert(0, os.path.join(root, 'periodictable')) 15 sys.path.insert(0, os.path.join(root, 'tinycc')) 13 16 if sasview: # glob returns a list 14 17 sys.path.insert(0, sasview[0])
Note: See TracChangeset
for help on using the changeset viewer.