Changeset 3857 for trunk/GSASIIimage.py
- Timestamp:
- Mar 18, 2019 12:09:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r3842 r3857 26 26 import GSASIIpath 27 27 GSASIIpath.SetVersionNumber("$Revision$") 28 import GSASIIplot as G2plt 28 try: 29 import GSASIIplot as G2plt 30 except ImportError, ModuleNotFoundError: # expected in scriptable w/o matplotlib and/or wx 31 pass 29 32 import GSASIIlattice as G2lat 30 33 import GSASIIpwd as G2pwd
Note: See TracChangeset
for help on using the changeset viewer.