aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
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 81114d2..0bbaf89 100644
--- a/cli.py
+++ b/cli.py
@@ -1,5 +1,5 @@
import argparse
-from obfuscator.csv_reader import read
+from obfuscator.csv_reader import read_local, read_s3
def main():
parser = argparse.ArgumentParser(description="gdpr-obfuscator")
git.ajschof.me — hosted by ajschofield — powered by cgit