Changeset 2114
- Timestamp:
- Jan 6, 2016 5:32:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r2113 r2114 43 43 # import GSASIIimgGUI as G2imG 44 44 # import GSASIIphsGUI as G2phG 45 import GSASIIctrls as G2G46 45 # import GSASIIspc as G2spc 47 46 # import GSASIImapvars as G2mv … … 3304 3303 # configuration routines (for editing config.py) 3305 3304 def SaveGPXdirectory(path): 3306 i mport config_example3305 if GSASIIpath.GetConfigValue('Starting_directory') == path: return 3307 3306 vars = GetConfigValsDocs() 3308 3307 try: … … 3314 3313 3315 3314 def SaveImportDirectory(path): 3316 i mport config_example3315 if GSASIIpath.GetConfigValue('Import_directory') == path: return 3317 3316 vars = GetConfigValsDocs() 3318 3317 try:
Note: See TracChangeset
for help on using the changeset viewer.