Skip to content

Commit

Permalink
Convert relative imports to absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
instification committed Jul 11, 2019
1 parent 0a68323 commit 0b3d4d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/collective/collectionfilter/portlets/locationfilter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
from .. import _
from ..baseviews import BaseLocationView
from ..interfaces import ICollectionLocationFilterSchema
from collective.collectionfilter import _
from collective.collectionfilter.baseviews import BaseLocationView
from collective.collectionfilter.interfaces import ICollectionLocationFilterSchema
from collective.collectionfilter.portlets import BasePortletRenderer
from plone.app.portlets.portlets import base
from plone.portlets.interfaces import IPortletDataProvider
from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
Expand Down

0 comments on commit 0b3d4d8

Please sign in to comment.