Remove test code
This broke Navpoint on Linux but not Windows, so I don't need to rebuild for Windows.
This commit is contained in:
parent
08231fde30
commit
5e5b5f7c82
|
@ -21,7 +21,7 @@ def run(link):
|
|||
|
||||
try:
|
||||
window.iconbitmap(navpoint.fix_path.fix_path("icon.ico"))
|
||||
except ImportError:#tk.TclError:
|
||||
except tk.TclError:
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user