[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

@@ -10,7 +10,7 @@ from django.db import models
import logging
from django.utils.translation import ugettext_lazy as _
from . import SystemUser
from .user import SystemUser
__all__ = ['AssetGroup']
logger = logging.getLogger(__name__)