summaryrefslogtreecommitdiffstats
path: root/routes/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'routes/__init__.py')
-rw-r--r--routes/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/routes/__init__.py b/routes/__init__.py
index a92e40a..034e4d0 100644
--- a/routes/__init__.py
+++ b/routes/__init__.py
@@ -12,6 +12,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-from .uploads import *
-from .media import *
from .auth import *
+from .media import *
+from .uploads import *