Fix import error on ubuntu

For some reason, it doesn't seem to like making submodules available
from within the __init__.py file
This commit is contained in:
angelblue05 2016-09-09 17:24:34 -05:00
commit 0635990d67
2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1 @@
# Dummy file to make this directory a package.
from serverconnect import ServerConnect
from usersconnect import UsersConnect
from loginconnect import LoginConnect
from loginmanual import LoginManual
from servermanual import ServerManual