|
|
|
@ -127,6 +127,8 @@ if __name__ == '__main__': |
|
|
|
cmd = args[0] |
|
|
|
cmd = args[0] |
|
|
|
firstarg = args[1] if len(args) > 1 else '' |
|
|
|
firstarg = args[1] if len(args) > 1 else '' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#this entire if/else block is just concerned with importing the |
|
|
|
|
|
|
|
#right GUI toolkit based the GUI command line option given |
|
|
|
if cmd == 'gui': |
|
|
|
if cmd == 'gui': |
|
|
|
|
|
|
|
|
|
|
|
if options.gui=='gtk': |
|
|
|
if options.gui=='gtk': |
|
|
|
|