Skip to content

Commit

Permalink
Get rid of unnecessary import; improve makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdal committed May 28, 2015
1 parent 420714a commit e1dd216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
install:
pip install -e .[dev] --upgrade
pip install -e .[dev] --upgrade --process-dependency-links
pip install tox

test:
Expand Down
6 changes: 1 addition & 5 deletions gcm/utils.py
@@ -1,8 +1,4 @@
try:
from django.utils.module_loading import import_module
except ImportError:
# django <1.9
from django.utils.importlib import import_module
from django.utils.module_loading import import_module


def load_object(object_path):
Expand Down

0 comments on commit e1dd216

Please sign in to comment.