Changeset 3095 for trunk/GSASIIobj.py
- Timestamp:
- Sep 21, 2017 2:42:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r3062 r3095 2417 2417 # includes a package, lets try to load the packages 2418 2418 pkgname = '' 2419 path = sys.path 2419 path = sys.path+['./',] 2420 2420 for pkg in f.split('.')[:-1]: # if needed, descend down the tree 2421 2421 if pkgname:
Note: See TracChangeset
for help on using the changeset viewer.