reorganization of folder/file for the special phrases importer

This commit is contained in:
AntoJvlt
2021-04-21 17:11:57 +02:00
parent 6812f397af
commit 1b68152fb2
4 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
Implementation of the 'special-phrases' command.
"""
import logging
from nominatim.tools.special_phrases import SpecialPhrasesImporter
from nominatim.tools import SpecialPhrasesImporter
from nominatim.db.connection import connect
LOG = logging.getLogger()

View File

@@ -2,3 +2,5 @@
Module with functions for importing, updating Nominatim databases
as well as general maintenance helpers.
"""
from nominatim.tools.special_phrases.special_phrases_importer import SpecialPhrasesImporter