source: branch/2frame/GSASII.py @ 2927

Last change on this file since 2927 was 2924, checked in by toby, 8 years ago

prevent load of binaries during update

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Author Revision URL Id
File size: 566 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3#GSASII
4########### SVN repository information ###################
5# $Date: 2017-07-08 20:42:02 +0000 (Sat, 08 Jul 2017) $
6# $Author: vondreele $
7# $Revision: 2924 $
8# $URL: branch/2frame/GSASII.py $
9# $Id: GSASII.py 2924 2017-07-08 20:42:02Z vondreele $
10########### SVN repository information ###################
11'''
12*GSAS-II Main Module*
13=====================
14
15Main routines for the GSAS-II program
16'''
17
18import GSASIIpath
19
20__version__ = '1.0.0'
21
22if __name__ == '__main__':
23    GSASIIpath.SetBinaryPath()
24    GSASIIpath.SetVersionNumber("$Revision: 2924 $")
25    GSASIIpath.InvokeDebugOpts()
26    import GSASIIdataGUI as G2gd   
27    G2gd.GSASIImain() # start the GUI
Note: See TracBrowser for help on using the repository browser.