Skip to content

Commit

Permalink
Move XLSX writer to export subpkg (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Nov 6, 2023
2 parents a2992e4 + 0afa122 commit 92cda7b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion dicogis/DicoGIS.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

# Project
from dicogis import __about__
from dicogis.export.md2xlsx import MetadataToXlsx
from dicogis.georeaders import (
ReadDXF,
ReadGDB,
Expand All @@ -57,7 +58,6 @@
)
from dicogis.ui import MiscButtons, TabCredits, TabFiles, TabSettings, TabSGBD
from dicogis.utils import CheckNorris, OptionsManager, TextsManager, Utilities
from dicogis.xlwriter import MetadataToXlsx

# ##############################################################################
# ############ Globals ############
Expand Down
1 change: 0 additions & 1 deletion dicogis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
TextsManager,
Utilities,
)
from .xlwriter import MetadataToXlsx # noqa: E402 F401
Empty file added dicogis/export/__init__.py
Empty file.
File renamed without changes.
3 changes: 0 additions & 3 deletions dicogis/xlwriter/__init__.py

This file was deleted.

0 comments on commit 92cda7b

Please sign in to comment.