Changeset 1355 for trunk/GSASII.py
- Timestamp:
- May 20, 2014 11:49:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1339 r1355 3326 3326 Should be ignored on other platforms 3327 3327 ''' 3328 # PATCH: Canopy 1.4 script main seems dropped on app; ignore .py files 3329 if os.path.splitext(filename)[1] == '.py': return 3330 # end PATCH 3328 3331 self.main.OnFileOpen(None,filename) 3329 3332
Note: See TracChangeset
for help on using the changeset viewer.