Changeset 2133 for trunk/imports/G2img_HDF5.py
- Timestamp:
- Jan 22, 2016 1:05:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2img_HDF5.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r2101 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 ''' … … 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpath 23 GSASIIpath.SetVersionNumber("$Revision :$")23 GSASIIpath.SetVersionNumber("$Revision$") 24 24 25 25 class HDF5_Reader(G2IO.ImportImage):
Note: See TracChangeset
for help on using the changeset viewer.