Whitespace Normalization

This commit is contained in:
Kurt B. Kaiser 2002-12-31 16:03:23 +00:00
parent 9532298c82
commit 6655e4bc27
23 changed files with 306 additions and 322 deletions

View file

@ -146,10 +146,3 @@ class OnDemandOutputWindow:
# def flush(self): # def flush(self):
# pass # pass

View file

@ -377,4 +377,3 @@ def restart_subprocess_debugger(rpcclt):
idb_adap_oid_ret = rpcclt.remotecall("exec", "start_the_debugger",\ idb_adap_oid_ret = rpcclt.remotecall("exec", "start_the_debugger",\
(gui_adap_oid,), {}) (gui_adap_oid,), {})
assert idb_adap_oid_ret == idb_adap_oid, 'Idb restarted with different oid' assert idb_adap_oid_ret == idb_adap_oid, 'Idb restarted with different oid'

View file

@ -7,4 +7,3 @@ except NameError:
__builtin__.False = 0 __builtin__.False = 0
from operator import truth from operator import truth
__builtin__.bool = truth __builtin__.bool = truth

View file

@ -117,5 +117,3 @@ if __name__ == '__main__':
print dlg.result print dlg.result
Button(root,text='Dialog',command=run).pack() Button(root,text='Dialog',command=run).pack()
root.mainloop() root.mainloop()

View file

@ -95,5 +95,3 @@ if __name__ == '__main__':
print dlg.result print dlg.result
Button(root,text='Dialog',command=run).pack() Button(root,text='Dialog',command=run).pack()
root.mainloop() root.mainloop()

View file

@ -551,5 +551,3 @@ def test():
if __name__ == '__main__': if __name__ == '__main__':
test() test()

View file

@ -111,4 +111,3 @@ if __name__ == '__main__':
entryPgName.pack(padx=5) entryPgName.pack(padx=5)
tabPage.ChangePage() tabPage.ChangePage()
root.mainloop() root.mainloop()