Skip to content

Commit

Permalink
removed compat code
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Dec 7, 2015
1 parent 2aadadd commit 84ad692
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rest_framework_gis/apps.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
try:
from django.apps import AppConfig as BaseConfig
except ImportError: # pragma: nocover
# django <= 1.6
class BaseConfig(object):
def __init__(self, *args):
pass
from django.apps import AppConfig as BaseConfig


class AppConfig(BaseConfig):
Expand Down

0 comments on commit 84ad692

Please sign in to comment.