scripts/dtrx

branch
trunk
changeset 94
6cdbdffa2e2e
parent 93
6c20788653a8
child 96
4921c8e3c3f5
equal deleted inserted replaced
93:6c20788653a8 94:6cdbdffa2e2e
33 import sys 33 import sys
34 import tempfile 34 import tempfile
35 import textwrap 35 import textwrap
36 import traceback 36 import traceback
37 37
38 from sets import Set as set 38 try:
39 set
40 except NameError:
41 from sets import Set as set
39 42
40 VERSION = "6.3" 43 VERSION = "6.3"
41 VERSION_BANNER = """dtrx version %s 44 VERSION_BANNER = """dtrx version %s
42 Copyright ⓒ 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org> 45 Copyright ⓒ 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org>
43 Copyright ⓒ 2008 Peter Kelemen <Peter.Kelemen@gmail.com> 46 Copyright ⓒ 2008 Peter Kelemen <Peter.Kelemen@gmail.com>

mercurial