Ignore:
Timestamp:
Nov 22, 2016 1:08:48 PM (7 years ago)
Author:
vondreele
Message:

cleanup of all GSASII main routines - remove unused variables, dead code, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIexprGUI.py

    r2326 r2546  
    2424'''
    2525import re
    26 import sys
    2726import wx
    28 import os.path
    2927import wx.lib.scrolledpanel as wxscroll
    3028import numpy as np
     
    400398                try:
    401399                    float(val)
    402                 except ValueError,TypeError:
     400                except (ValueError,TypeError):
    403401                    invalid += 1
    404402                    if msg: msg += "; "
     
    953951    newobj = dlg.Show(True)
    954952    print dlg.GetDepVar()
    955     import sys
    956     #sys.exit()
    957953
    958954    #app.MainLoop()
Note: See TracChangeset for help on using the changeset viewer.