Changeset 2817 for trunk/GSASIIscriptable.py
- Timestamp:
- May 2, 2017 10:03:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIscriptable.py
r2816 r2817 13 13 import sys 14 14 import cPickle 15 import GSASIIpath 16 import GSASIIobj as G2obj 17 15 18 def LoadDictFromProjFile(ProjFile): 16 19 ''''Read a GSAS-II project file and load items to dictionary … … 92 95 file.close() 93 96 print('project save successful') 97 98 def ImportPowder(filename,reader): 99 print 'importer' 100 94 101 95 102 def main():
Note: See TracChangeset
for help on using the changeset viewer.