Changeset 1692 for trunk/GSASIIctrls.py
- Timestamp:
- Mar 7, 2015 4:33:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r1688 r1692 2142 2142 return True 2143 2143 raise Exception("Problem transferring Tutorial from web") 2144 2144 2145 def LoadExercise(self,tutorialname,fullpath=tutorialPath,baseURL=G2BaseURL): 2145 2146 'Load Exercise file(s) for a Tutorial to the selected location' … … 2147 2148 return True 2148 2149 raise Exception("Problem transferring Exercise from web") 2150 2149 2151 def SelectDownloadLoc(self,event): 2150 2152 '''Select a download location,
Note: See TracChangeset
for help on using the changeset viewer.