Changeset 3207 for trunk/GSASIImpsubs.py
- Timestamp:
- Dec 26, 2017 8:18:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImpsubs.py
- Property svn:keywords set to Date Author Revision URL Id
r3136 r3207 19 19 ''' 20 20 ########### SVN repository information ################### 21 # $Date :$22 # $Author :$23 # $Revision :$24 # $URL :$25 # $Id :$21 # $Date$ 22 # $Author$ 23 # $Revision$ 24 # $URL$ 25 # $Id$ 26 26 ########### SVN repository information ################### 27 27 from __future__ import division, print_function … … 30 30 import numpy.ma as ma 31 31 import GSASIIpath 32 GSASIIpath.SetVersionNumber("$Revision : 2895$")32 GSASIIpath.SetVersionNumber("$Revision$") 33 33 import GSASIIpwd as G2pwd 34 34
Note: See TracChangeset
for help on using the changeset viewer.