Skip to content

Commit

Permalink
Reworked module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Drayer committed Dec 29, 2014
1 parent 0dd1772 commit 770506c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions milestones/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
else:
import milestones.resources as remote
"""
from . import exceptions
from . import models as internal
from . import serializers
import exceptions
import models as internal
import serializers


# PRIVATE/INTERNAL METHODS
Expand Down

0 comments on commit 770506c

Please sign in to comment.