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

Last change on this file since 2915 was 2906, checked in by toby, 8 years ago

more refactoring while debugging dataWindow

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