forked from hans/Nominatim
use absolute imports in Python code
Relative imports are no longer officially recommended.
This commit is contained in:
@@ -3,7 +3,7 @@ Functions for database analysis and maintenance.
|
||||
"""
|
||||
import logging
|
||||
|
||||
from ..errors import UsageError
|
||||
from nominatim.errors import UsageError
|
||||
|
||||
LOG = logging.getLogger()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user