This commit is contained in:
Kovid Goyal 2014-01-31 12:45:23 +05:30
parent 6e3bea5050
commit 219b3532b4

View File

@ -442,7 +442,7 @@ def main(args=sys.argv):
d = Diff()
d.show()
getattr(d, attr)(left, right)
app.exec_()
return app.exec_()
if __name__ == '__main__':
main()