Ignore:
Timestamp:
Jan 22, 2016 1:05:12 PM (7 years ago)
Author:
toby
Message:

fix svn settings for revisions & line ends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2img_SumG2.py

    • Property svn:keywords set to Date Author Revision URL Id
    r2068 r2133  
    11# -*- coding: utf-8 -*-
    22########### SVN repository information ###################
    3 # $Date: 2014-12-27 11:14:59 -0600 (Sat, 27 Dec 2014) $
    4 # $Author: $
    5 # $Revision: $
    6 # $URL: $
    7 # $Id: $
     3# $Date$
     4# $Author$
     5# $Revision$
     6# $URL$
     7# $Id$
    88########### SVN repository information ###################
    99'''
     
    1818import GSASIIIO as G2IO
    1919import GSASIIpath
    20 GSASIIpath.SetVersionNumber("$Revision: $")
     20GSASIIpath.SetVersionNumber("$Revision$")
    2121class G2_ReaderClass(G2IO.ImportImage):
    2222    '''Routine to read an image that has been pickled in Python. Images
Note: See TracChangeset for help on using the changeset viewer.