Changes in sasview/wxcruft.py [a1b8fee:12e5cc8] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/wxcruft.py

    ra1b8fee r12e5cc8  
    1 from __future__ import print_function 
    2  
    31import inspect 
    42import wx 
     
    3129    else: 
    3230        tag = "" 
    33     print("NewId %d from %s(%d):%s%s"%(id, path, line, function, tag)) 
     31    print "NewId %d from %s(%d):%s%s"%(id, path, line, function, tag) 
    3432    return id 
    3533 
Note: See TracChangeset for help on using the changeset viewer.