Changeset 3826 for trunk/GSASIIrestrGUI.py
- Timestamp:
- Feb 21, 2019 10:15:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r3802 r3826 34 34 import GSASIIconstrGUI as G2cnstG 35 35 import GSASIIexprGUI as G2exG 36 37 try: 38 wx.NewIdRef 39 wx.NewId = wx.NewIdRef 40 except AttributeError: 41 pass 36 42 37 43 WACV = wx.ALIGN_CENTER_VERTICAL
Note: See TracChangeset
for help on using the changeset viewer.