Skip to content

Commit

Permalink
Changed name of api.common
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepSampe committed Nov 3, 2017
1 parent e03e2be commit f675f8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/api/middleware.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import logging
from datetime import datetime

from keystoneauth1 import exceptions
from rest_framework import status
from django.utils import timezone
from api.common_utils import JSONResponse, get_keystone_admin_auth
from api.common import JSONResponse, get_keystone_admin_auth

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f675f8d

Please sign in to comment.