- Timestamp:
- Apr 3, 2021 4:04:54 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIfiles.py
r4687 r4872 467 467 exporterlist.append(exporter) 468 468 except AttributeError: 469 G2Print ('Export Attribute Error ' + filename)469 G2Print ('Export Attribute Error ' + import_files[pkg]) 470 470 if traceback: 471 471 traceback.print_exc(file=sys.stdout) 472 472 except Exception as exc: 473 G2Print ('\nExport init: Error importing file ' + filename)473 G2Print ('\nExport init: Error importing file ' + import_files[pkg]) 474 474 G2Print (u'Error message: {}\n'.format(exc)) 475 475 if traceback: -
trunk/GSASIIseqGUI.py
- Property svn:keywords set to Date Author Revision URL Id
r4835 r4872 2 2 #GSASIIseqGUI - Sequential Results Display routines 3 3 ########### SVN repository information ################### 4 # $Date :$5 # $Author : toby$6 # $Revision :$7 # $URL :$8 # $Id : GSASIIseqGUI.py 4829 2021-02-25 23:16:59Z toby$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 ''' … … 38 38 pass 39 39 import GSASIIpath 40 GSASIIpath.SetVersionNumber("$Revision : 4829$")40 GSASIIpath.SetVersionNumber("$Revision$") 41 41 import GSASIImath as G2mth 42 42 import GSASIIIO as G2IO -
trunk/imports/G2phase_xyz.py
- Property svn:keywords set to Date Author Revision URL Id
r4573 r4872 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date :$4 # $Author :$5 # $Revision :$6 # $URL :$7 # $Id :$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 # … … 26 26 import GSASIIlattice as G2lat 27 27 import GSASIIpath 28 GSASIIpath.SetVersionNumber("$Revision :$")28 GSASIIpath.SetVersionNumber("$Revision$") 29 29 30 30 class XYZ_ReaderClass(G2obj.ImportPhase): -
trunk/testSytSym.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
Note: See TracChangeset
for help on using the changeset viewer.