jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

Remove unnecessary imports from __init__ #505

Closed jarvisteach closed 6 years ago

jarvisteach commented 6 years ago

There are extra imports in the __init__.py file to help with testing, this is not necessary.

Those lines can be moved to the test script.