aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-14 12:12:44 +0000
committerAlex Schofield <git@ajschof.me>2025-02-14 12:12:44 +0000
commit6aa8722c071bcdf87ab22bb23d561ff65ca251f6 (patch)
treee3f4c338a74efa444b788e43e3fffbad7460a88d /cli.py
parentff0ece8fb3f0cf247af441fe67f1ba16e9db5071 (diff)
downloadgdpr-obfuscator-6aa8722c071bcdf87ab22bb23d561ff65ca251f6.tar.gz
gdpr-obfuscator-6aa8722c071bcdf87ab22bb23d561ff65ca251f6.zip
rename main csv reader function in cli.py & csv_reader.py
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 45fc2f1..1911f5c 100644
--- a/cli.py
+++ b/cli.py
@@ -1,5 +1,5 @@
import argparse
-from obfuscator import csv_reader
+from obfuscator.csv_reader import read
def main():
parser = argparse.ArgumentParser(description="gdpr-obfuscator")
git.ajschof.me — hosted by ajschofield — powered by cgit