Changeset 2133 for trunk/imports/G2img_SumG2.py
- Timestamp:
- Jan 22, 2016 1:05:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2img_SumG2.py
- Property svn:keywords set to Date Author Revision URL Id
r2068 r2133 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014)$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 ''' … … 18 18 import GSASIIIO as G2IO 19 19 import GSASIIpath 20 GSASIIpath.SetVersionNumber("$Revision :$")20 GSASIIpath.SetVersionNumber("$Revision$") 21 21 class G2_ReaderClass(G2IO.ImportImage): 22 22 '''Routine to read an image that has been pickled in Python. Images
Note: See TracChangeset
for help on using the changeset viewer.