From 7ab8b31cac7bf8a290f42afbea3b7c9820a4dde3 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 6 Sep 2016 10:30:51 +0600 Subject: Forgot . in the relative module path... --- vymgmt/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vymgmt/__init__.py b/vymgmt/__init__.py index e69de29..6b3a500 100644 --- a/vymgmt/__init__.py +++ b/vymgmt/__init__.py @@ -0,0 +1 @@ +from .router import * -- cgit v1.2.3