Changeset 4365 for trunk


Ignore:
Timestamp:
Mar 12, 2020 3:22:30 PM (3 years ago)
Author:
toby
Message:

set keywords & eol on all G2 files

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r4361 r4365  
    1818Also includes base classes for data import routines.
    1919
    20 This module needs some work to separate wx from non-wx routines
     20This module needs some work to separate wx from non-wx routines. GUI
     21routines should probably move to GSASIIctrlGUI.
    2122'''
     23
     24from __future__ import division, print_function
    2225# If this is being used for GSASIIscriptable, don't depend on wx
    23 from __future__ import division, print_function
    2426try:
    2527    import wx
    2628except ImportError:
     29    # this may not be needed for sphinx anymore
    2730    class Placeholder(object):
    2831        def __init__(self):
  • trunk/GSASIIfpaGUI.py

    • Property svn:keywords set to Date Author Revision URL Id
    r3580 r4365  
    11# -*- coding: utf-8 -*-
    22########### SVN repository information ###################
    3 # $Date: $
    4 # $Author: $
    5 # $Revision: $
    6 # $URL: $
    7 # $Id: $
     3# $Date$
     4# $Author$
     5# $Revision$
     6# $URL$
     7# $Id$
    88########### SVN repository information ###################
    99'''
  • trunk/SUBGROUPS.py

    • Property svn:eol-style set to native
    • Property svn:keywords set to Date Author Revision URL Id
    r4340 r4365  
    99"""
    1010########### 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$
    1616########### SVN repository information ###################
    1717from __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  
    1212import matplotlib as mpl
    1313import GSASIIpath
    14 GSASIIpath.SetVersionNumber("$Revision: 3765 $")
     14GSASIIpath.SetVersionNumber("$Revision$")
    1515import GSASIIElem as G2elem
    1616import 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  
    99"""
    1010########### 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$
    1616########### SVN repository information ###################
    1717from __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.