Changeset 668


Ignore:
Timestamp:
Jun 30, 2012 12:26:06 PM (11 years ago)
Author:
vondreele
Message:

add properties

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIElemGUI.py

    • Property svn:keywords set to Date Author Revision URL Id
    r584 r668  
    44"""
    55########### SVN repository information ###################
    6 # $Date: 2012-01-24 14:31:27 -0600 (Tue, 24 Jan 2012) $
    7 # $Author: vondreele & toby $
    8 # $Revision: 456 $
    9 # $URL: https://subversion.xor.aps.anl.gov/pyGSAS/trunk/GSASIIElemGUI.py $
    10 # $Id: GSASIIElemGUI.py 456 2012-01-24 20:31:27Z toby $
     6# $Date$
     7# $Author$
     8# $Revision$
     9# $URL$
     10# $Id$
    1111########### SVN repository information ###################
    1212import wx
  • trunk/GSASIImapvars.py

    • Property svn:keywords set to Date Author Revision URL Id
    r648 r668  
    11# -*- coding: utf-8 -*-
    22########### SVN repository information ###################
    3 # $Date: 2011-01-07 13:27:24 -0600 (Fri, 07 Jan 2011) $
    4 # $Author: vondreele & toby $
    5 # $Revision: 230 $
    6 # $URL: https://subversion.xor.aps.anl.gov/pyGSAS/trunk/GSASIImapvars.py $
    7 # $Id: GSASIImapvars.py 230 2011-01-07 19:27:24Z vondreele $
     3# $Date$
     4# $Author$
     5# $Revision$
     6# $URL$
     7# $Id$
    88########### SVN repository information ###################
    99"""Module that implements algebraic contraints, parameter redefinition
  • trunk/GSASIIpwd.py

    • Property svn:keywords set to Date Author Revision URL Id
    r661 r668  
    33#GSASII powder calculation module
    44########### SVN repository information ###################
    5 # $Date: 2011-04-20 13:09:53 -0500 (Wed, 20 Apr 2011) $
    6 # $Author: vondreele $
    7 # $Revision: 267 $
    8 # $URL: https://subversion.xor.aps.anl.gov/pyGSAS/trunk/GSASIIpwd.py $
    9 # $Id: GSASIIpwd.py 267 2011-04-20 18:09:53Z vondreele $
     5# $Date$
     6# $Author$
     7# $Revision$
     8# $URL$
     9# $Id$
    1010########### SVN repository information ###################
    1111import sys
     
    2222
    2323import GSASIIpath
    24 GSASIIpath.SetVersionNumber("$Revision: 1 $")
     24GSASIIpath.SetVersionNumber("$Revision$")
    2525import GSASIIlattice as G2lat
    2626import GSASIIElem as G2elem
Note: See TracChangeset for help on using the changeset viewer.