Skip to content

Commit

Permalink
Merge f89bf68 into b2ee04f
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartens committed Nov 4, 2018
2 parents b2ee04f + f89bf68 commit 0c09b62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pylinac/py_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os.path as osp
import webbrowser

from . import picketfence, vmat, ct, log_analyzer, starshot, planar_imaging, __version__, winston_lutz, utilities, watcher
from pylinac import picketfence, vmat, ct, log_analyzer, starshot, planar_imaging, __version__, winston_lutz, utilities, watcher


class PylinacGUI(Frame):
Expand Down Expand Up @@ -416,3 +416,7 @@ def on_exit():
app.mainloop()
root.destroy()
del root


if __name__ == "__main__":
gui()

0 comments on commit 0c09b62

Please sign in to comment.