- Timestamp:
- Apr 3, 2021 5:00:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_JSON.py
- Property svn:keywords set to Date Author Revision URL Id
r4872 r4874 2 2 # -*- coding: utf-8 -*- 3 3 ########### SVN repository information ################### 4 # $Date :$5 # $Author : toby$6 # $Revision :$7 # $URL :$8 # $Id :$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 ''' … … 30 30 import numpy as np 31 31 import GSASIIpath 32 GSASIIpath.SetVersionNumber("$Revision :$")32 GSASIIpath.SetVersionNumber("$Revision$") 33 33 import GSASIIIO as G2IO 34 34
Note: See TracChangeset
for help on using the changeset viewer.