- Timestamp:
- Mar 12, 2020 3:22:30 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r4361 r4365 18 18 Also includes base classes for data import routines. 19 19 20 This module needs some work to separate wx from non-wx routines 20 This module needs some work to separate wx from non-wx routines. GUI 21 routines should probably move to GSASIIctrlGUI. 21 22 ''' 23 24 from __future__ import division, print_function 22 25 # If this is being used for GSASIIscriptable, don't depend on wx 23 from __future__ import division, print_function24 26 try: 25 27 import wx 26 28 except ImportError: 29 # this may not be needed for sphinx anymore 27 30 class Placeholder(object): 28 31 def __init__(self): -
trunk/GSASIIfpaGUI.py
- Property svn:keywords set to Date Author Revision URL Id
r3580 r4365 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date :$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 ''' -
trunk/SUBGROUPS.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r4340 r4365 9 9 """ 10 10 ########### SVN repository information ################### 11 # $Date : 2018-07-10 11:41:00 -0500 (Tue, 10 Jul 2018)$12 # $Author : vondreele$13 # $Revision : 3465$14 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/kSUBGROUPSMAG.py$15 # $Id : kSUBGROUPSMAG.py 3465 2018-07-10 16:41:00Z vondreele$11 # $Date$ 12 # $Author$ 13 # $Revision$ 14 # $URL$ 15 # $Id$ 16 16 ########### SVN repository information ################### 17 17 from __future__ import division, print_function -
trunk/fprime.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r4197 r4365 12 12 import matplotlib as mpl 13 13 import GSASIIpath 14 GSASIIpath.SetVersionNumber("$Revision : 3765$")14 GSASIIpath.SetVersionNumber("$Revision$") 15 15 import GSASIIElem as G2elem 16 16 import GSASIIElemGUI as G2elemGUI -
trunk/kSUBGROUPSMAG.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r4290 r4365 9 9 """ 10 10 ########### SVN repository information ################### 11 # $Date : 2018-07-10 11:41:00 -0500 (Tue, 10 Jul 2018)$12 # $Author : vondreele$13 # $Revision : 3465$14 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/kSUBGROUPSMAG.py$15 # $Id : kSUBGROUPSMAG.py 3465 2018-07-10 16:41:00Z vondreele$11 # $Date$ 12 # $Author$ 13 # $Revision$ 14 # $URL$ 15 # $Id$ 16 16 ########### SVN repository information ################### 17 17 from __future__ import division, print_function -
trunk/testXNFF.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
Note: See TracChangeset
for help on using the changeset viewer.