Changeset 1355 for trunk/GSASII.py


Ignore:
Timestamp:
May 20, 2014 11:49:19 AM (9 years ago)
Author:
toby
Message:

initial 10.9/Canopy fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r1339 r1355  
    33263326        Should be ignored on other platforms
    33273327        '''
     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
    33283331        self.main.OnFileOpen(None,filename)
    33293332
Note: See TracChangeset for help on using the changeset viewer.