Skip to content

Commit

Permalink
Created directory for gui utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
fgoudreault committed Aug 25, 2017
1 parent d8fa30b commit 465706e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file added auxiclean/gui/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions auxiclean/browser.py → auxiclean/gui/browser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .selector import Selector
from .handler import TextHandler
from ..selector import Selector
from ..handler import TextHandler
from tkinter import filedialog, scrolledtext
from auxiclean import MAINLOGGER
from timeit import default_timer as timer
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from auxiclean.browser import Browser
from auxiclean.gui.browser import Browser
import tkinter as tk


Expand Down

0 comments on commit 465706e

Please sign in to comment.