Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/simulation/analmodelpy/tests/testanal_model.py

    ra1b8fee rd85c194  
    1111#  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    1212#  
    13 from __future__ import print_function 
    14  
    1513 
    1614if __name__ == "__main__": 
     
    2018    from SASsimulation import geoshapespy 
    2119 
    22     print("copyright information:") 
    23     print("   ", analmodelpymodule.copyright()) 
     20    print "copyright information:" 
     21    print "   ", analmodelpymodule.copyright() 
    2422 
    25     print() 
    26     print("module information:") 
    27     print("    file:", analmodelpymodule.__file__) 
    28     print("    doc:", analmodelpymodule.__doc__) 
    29     print("    contents:", dir(analmodelpymodule)) 
     23    print 
     24    print "module information:" 
     25    print "    file:", analmodelpymodule.__file__ 
     26    print "    doc:", analmodelpymodule.__doc__ 
     27    print "    contents:", dir(analmodelpymodule) 
    3028 
    3129    a = geoshapespy.new_sphere(1.0) 
Note: See TracChangeset for help on using the changeset viewer.