Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/simulation/ShapeParameters.py

    ra1b8fee rd85c194  
    88copyright 2009, University of Tennessee 
    99""" 
    10 from __future__ import print_function 
    11  
    1210import wx 
    1311import sys 
     
    314312            self.parent.GetSizer().Layout() 
    315313        except: 
    316             print("TODO: move the Layout call of editShape up to the caller") 
     314            print "TODO: move the Layout call of editShape up to the caller" 
    317315 
    318316    def _readCtrlFloat(self, ctrl): 
     
    394392                    self.current_shape.params[item[0]] = tmp  
    395393        except: 
    396             print("Could not create") 
    397             print(sys.exc_value) 
     394            print "Could not create" 
     395            print sys.exc_value 
    398396                 
    399397    def _onCreate(self, evt): 
     
    487485        indices = self.shape_listbox.GetSelections() 
    488486        if len(indices)>0: 
    489             print("NOT YET IMPLMENTED") 
    490             print("renaming", self.shape_listbox.GetString(indices[0])) 
    491                  
     487            print "NOT YET IMPLMENTED" 
     488            print "renaming", self.shape_listbox.GetString(indices[0]) 
     489                 
Note: See TracChangeset for help on using the changeset viewer.