Changeset 4874 for trunk


Ignore:
Timestamp:
Apr 3, 2021 5:00:26 PM (2 years ago)
Author:
toby
Message:

fix flag on new file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_JSON.py

    • Property svn:keywords set to Date Author Revision URL Id
    r4872 r4874  
    22# -*- coding: utf-8 -*-
    33########### SVN repository information ###################
    4 # $Date: $
    5 # $Author: toby $
    6 # $Revision: $
    7 # $URL: $
    8 # $Id: $
     4# $Date$
     5# $Author$
     6# $Revision$
     7# $URL$
     8# $Id$
    99########### SVN repository information ###################
    1010'''
     
    3030import numpy as np
    3131import GSASIIpath
    32 GSASIIpath.SetVersionNumber("$Revision: $")
     32GSASIIpath.SetVersionNumber("$Revision$")
    3333import GSASIIIO as G2IO
    3434
Note: See TracChangeset for help on using the changeset viewer.