diff --git a/run.py b/run.py index 2799848ca2..5dfc71fe99 100644 --- a/run.py +++ b/run.py @@ -82,10 +82,8 @@ def prepare(): docpath = joinpath(root, 'docs', 'sphinx-docs', '_build', 'html') os.environ['SASVIEW_DOC_PATH'] = docpath -if __name__ == "__main__": - from sas.qtgui.convertUI import rebuild_new_ui - rebuild_new_ui() +if __name__ == "__main__": prepare()