Changeset 2133 for trunk/exports/G2export_FIT2D.py
- Timestamp:
- Jan 22, 2016 1:05:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_FIT2D.py
- Property svn:keywords set to Date Author Revision URL Id
r2103 r2133 2 2 # -*- coding: utf-8 -*- 3 3 ########### SVN repository information ################### 4 # $Date : 2015-05-05 09:22:56 -0500 (Tue, 05 May 2015)$5 # $Author : vondreele$6 # $Revision : 1836$7 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/exports/G2export_csv.py$8 # $Id : G2export_csv.py 1836 2015-05-05 14:22:56Z vondreele$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 ''' … … 18 18 import numpy as np 19 19 import GSASIIpath 20 GSASIIpath.SetVersionNumber("$Revision : 1836$")20 GSASIIpath.SetVersionNumber("$Revision$") 21 21 import GSASIIIO as G2IO 22 22 import GSASIIpy3 as G2py3
Note: See TracChangeset
for help on using the changeset viewer.