Skip to content

Commit

Permalink
Get rid of relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Oct 31, 2013
1 parent 157b45f commit 82282b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaflet/forms/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class BaseGeometryWidget(Textarea):
geom_type = 'GEOMETRY'
display_raw = False

from .. import PLUGINS, PLUGIN_FORMS
from leaflet import PLUGINS, PLUGIN_FORMS


class LeafletWidget(BaseGeometryWidget):
Expand Down

0 comments on commit 82282b9

Please sign in to comment.