From bc40a925c505eededa7b8c11d651b50c638c21af Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 26 Feb 2018 11:28:55 -0600 Subject: [PATCH] Fixed a typo --- src/update/wxUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update/wxUpdater.py b/src/update/wxUpdater.py index 1e3f809..4a3523b 100644 --- a/src/update/wxUpdater.py +++ b/src/update/wxUpdater.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import wx import application -import utils +from .import utils progress_dialog = None