[Stash] Test case 通不过,import error

This commit is contained in:
ibuler
2017-12-08 10:15:27 +08:00
parent 27a1849b1d
commit 18fd04d63c
21 changed files with 113 additions and 237 deletions

View File

@@ -2,7 +2,8 @@
# -*- coding: utf-8 -*-
#
from . import User, UserGroup
from .user import User
from .group import UserGroup
def init_model():