Python 3: the GUI now works well enough to run programs
commit433f0971ed78a89b8e3bb4f8b15dfcb47b5cd8df
authorThomas Leonard <talex5@gmail.com>
Tue, 10 Jul 2012 08:28:51 +0000 (10 09:28 +0100)
committerThomas Leonard <talex5@gmail.com>
Tue, 10 Jul 2012 13:29:29 +0000 (10 14:29 +0100)
tree5c141a83bab9db53e5778ed19be74258e3e06a6c
parentfb879a505c8dec979e665f55798591008415e1bc
Python 3: the GUI now works well enough to run programs

The check that re-runs 0install under Python 2 if run under Python 3 has been
removed.
17 files changed:
0install
0launch
zeroinstall/0launch-gui/0launch-gui
zeroinstall/0launch-gui/compile.py
zeroinstall/0launch-gui/gui.py
zeroinstall/0launch-gui/iface_browser.py
zeroinstall/0launch-gui/impl_list.py
zeroinstall/0launch-gui/mainwindow.py
zeroinstall/__init__.py
zeroinstall/cmd/select.py
zeroinstall/gtkui/addbox.py
zeroinstall/gtkui/applistbox.py
zeroinstall/gtkui/trust_box.py
zeroinstall/injector/background.py
zeroinstall/injector/handler.py
zeroinstall/injector/scheduler.py
zeroinstall/support/tasks.py