Changeset 3858 for trunk/GSASIIimage.py
- Timestamp:
- Mar 19, 2019 9:18:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r3857 r3858 28 28 try: 29 29 import GSASIIplot as G2plt 30 except ImportError, ModuleNotFoundError: # expected in scriptable w/o matplotlib and/or wx30 except (ImportError, ModuleNotFoundError): # expected in scriptable w/o matplotlib and/or wx 31 31 pass 32 32 import GSASIIlattice as G2lat
Note: See TracChangeset
for help on using the changeset viewer.