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_MAR.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'''
     
    1717import GSASIIIO as G2IO
    1818import GSASIIpath
    19 GSASIIpath.SetVersionNumber("$Revision: $")
     19GSASIIpath.SetVersionNumber("$Revision$")
    2020class MAR_ReaderClass(G2IO.ImportImage):
    2121    '''Routine to read several MAR formats, .mar3450,.mar2300,.mar2560
Note: See TracChangeset for help on using the changeset viewer.