beremiz

Removed lost print

2009-01-19, etisserant
9a731a435403
Parents 453487dba0a6
Children 6d2cc92eee0b
Removed lost print
  • +0 -1
    plugger.py
  • --- a/plugger.py Mon Jan 19 08:38:33 2009 +0100
    +++ b/plugger.py Mon Jan 19 08:39:16 2009 +0100
    @@ -985,7 +985,6 @@
    path = os.path.dirname(fileName)
    glade = os.path.join(path,'wxglade.py')
    mode = {False:os.P_NOWAIT, True:os.P_WAIT}[wait]
    - print (mode,sys.executable,[sys.executable]+[glade]+options)
    os.spawnv(mode,sys.executable,[sys.executable]+[glade]+options)
    #######################################################################