fix basic ci

This commit is contained in:
virusdefender
2017-01-23 16:05:52 +08:00
parent 3e42e6648e
commit 5c5cf7ff98
2 changed files with 9 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ from unittest import mock
from django.contrib import auth
from django.utils.translation import ugettext as _
from utils.otp_auth import OtpAuth
from otpauth import OtpAuth
from utils.shortcuts import rand_str
from utils.api.tests import APITestCase, APIClient