Skip to content
Snippets Groups Projects
Commit 59fd2763 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Unimportant import move

parent 379006de
No related branches found
No related tags found
No related merge requests found
......@@ -470,10 +470,9 @@ class FeatFrame(tk.Frame):
self.buttonFrame.pack(fill=tk.X)
import logging
if __name__ == '__main__':
import logging
logging.basicConfig(format='%(levelname)s - %(funcName)s: %(message)s', level=logging.DEBUG)
app = tk.Tk()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment