diff options
Diffstat (limited to 'src/ui.py')
-rw-r--r-- | src/ui.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # -*- coding: UTF-8 -*- from common import * -from editorui import * +from editorui.editorcommon import * +from editorui.editormain import * import os |