aboutsummaryrefslogtreecommitdiffstats
path: root/gdpr_obfuscator/utils.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-20 18:28:27 +0000
committerAlex Schofield <git@ajschof.me>2025-02-20 18:28:27 +0000
commitf4635278205e4c246f6b9096b1032bca023acd85 (patch)
tree646680d74cc4176d7c738ca0ad6302061dc6d22b /gdpr_obfuscator/utils.py
parent70a16769761450b9c2aa63cda86a30a73bc0217c (diff)
downloadgdpr-obfuscator-f4635278205e4c246f6b9096b1032bca023acd85.tar.gz
gdpr-obfuscator-f4635278205e4c246f6b9096b1032bca023acd85.zip
update import paths for modules
Diffstat (limited to 'gdpr_obfuscator/utils.py')
-rw-r--r--gdpr_obfuscator/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdpr_obfuscator/utils.py b/gdpr_obfuscator/utils.py
index 77ca1cf..971cb9a 100644
--- a/gdpr_obfuscator/utils.py
+++ b/gdpr_obfuscator/utils.py
@@ -1,5 +1,5 @@
# Utility functions
-from obfuscator.logger import get_logger
+from logger import get_logger
class Utilities:
git.ajschof.me — hosted by ajschofield — powered by cgit