pull/6/head
guanghongwei 2015-01-24 15:04:02 +08:00
parent ecbba5ea61
commit d7d988b067
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.core.paginator import Paginator, EmptyPage
from models import IDC, Asset, BisGroup
from juser.models import UserGroup
from connect import PyCrypt, KEY
from jperm.models import Permission
from jperm.models import Perm
cryptor = PyCrypt(KEY)