Skip to content

Commit

Permalink
Make sure all imports are relative to qgis package
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSander committed Oct 3, 2021
1 parent b6b60ac commit 73236a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bridgestyle/qgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import zipfile
from shutil import copyfile

from bridgestyle import mapboxgl
from bridgestyle import mapserver
from bridgestyle import qgis
from bridgestyle import sld
from .. import mapboxgl
from .. import mapserver
from .. import sld
from . import fromgeostyler
from . import togeostyler

Expand Down

0 comments on commit 73236a5

Please sign in to comment.