Skip to content

Commit

Permalink
relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jan 30, 2017
1 parent 352cde4 commit e9c6dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teamtemp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
from django_filters.rest_framework import DjangoFilterBackend
from rest_framework import filters, viewsets

from responses.forms import AddTeamForm, CreateSurveyForm, ErrorBox, FilteredBvcForm, ResultsPasswordForm, \
from .responses.forms import AddTeamForm, CreateSurveyForm, ErrorBox, FilteredBvcForm, ResultsPasswordForm, \
SurveyResponseForm, SurveySettingsForm
from responses.serializers import *
from .responses.serializers import *
from teamtemp import responses, utils
from teamtemp.headers import header
from teamtemp.responses.models import *
Expand Down

0 comments on commit e9c6dfd

Please sign in to comment.