[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

@@ -1,9 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
#
print("Import assets model")
from .user import AdminUser, SystemUser
from .cluster import *
from .user import *
from .group import *
from .asset import *
from .utils import *