diff --git a/config.py b/config.py index eead487..2f18149 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,7 @@ import logging from server.common import HandlerType, HTTPMethod from server.urlhandler import Path -import testmod +from testmodule import main as testmod SETUP = { diff --git a/testmod.py b/testmodule/main.py similarity index 100% rename from testmod.py rename to testmodule/main.py