Skip to content

Commit

Permalink
Fix relative imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Dec 9, 2013
1 parent cb14175 commit 5351cb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions leaflet/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
from django.test import SimpleTestCase
from django.contrib.gis.db import models as gismodels

from . import PLUGINS, PLUGIN_FORMS, _normalize_plugins_config
from .templatetags import leaflet_tags
from .admin import LeafletGeoAdmin
from .forms.widgets import LeafletWidget
from .forms import fields
from .. import PLUGINS, PLUGIN_FORMS, _normalize_plugins_config
from ..templatetags import leaflet_tags
from ..admin import LeafletGeoAdmin
from ..forms.widgets import LeafletWidget
from ..forms import fields


class PluginListingTest(SimpleTestCase):
Expand Down

0 comments on commit 5351cb4

Please sign in to comment.