Changeset 1178 in tailor for tailor


Ignore:
Timestamp:
06/25/06 01:11:57 (7 years ago)
Author:
lele@…
Hash name:
20060624231157-97f81-e1fd75f77b1032c3e0b366d27cef9b370cad81b6
Message:

Use a common ancestor to recognize tailor exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tailor

    r882 r1178  
    2525        main() 
    2626    else: 
    27         from vcpx import * 
     27        from vcpx.tailor import main, TailorException 
    2828 
    2929        if len(sys.argv) == 1: 
     
    3232        try: 
    3333            main() 
    34         except TailorExceptions, exc: 
     34        except TailorException, exc: 
    3535            print "%s: %s" % (exc.__doc__, exc) 
    3636        except KeyboardInterrupt: 
Note: See TracChangeset for help on using the changeset viewer.