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/exports/G2export_FIT2D.py

    • Property svn:keywords set to Date Author Revision URL Id
    r2103 r2133  
    22# -*- coding: utf-8 -*-
    33########### SVN repository information ###################
    4 # $Date: 2015-05-05 09:22:56 -0500 (Tue, 05 May 2015) $
    5 # $Author: vondreele $
    6 # $Revision: 1836 $
    7 # $URL: https://subversion.xray.aps.anl.gov/pyGSAS/trunk/exports/G2export_csv.py $
    8 # $Id: G2export_csv.py 1836 2015-05-05 14:22:56Z vondreele $
     4# $Date$
     5# $Author$
     6# $Revision$
     7# $URL$
     8# $Id$
    99########### SVN repository information ###################
    1010'''
     
    1818import numpy as np
    1919import GSASIIpath
    20 GSASIIpath.SetVersionNumber("$Revision: 1836 $")
     20GSASIIpath.SetVersionNumber("$Revision$")
    2121import GSASIIIO as G2IO
    2222import GSASIIpy3 as G2py3
Note: See TracChangeset for help on using the changeset viewer.