diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-14 12:12:44 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-14 12:12:44 +0000 |
| commit | 6aa8722c071bcdf87ab22bb23d561ff65ca251f6 (patch) | |
| tree | e3f4c338a74efa444b788e43e3fffbad7460a88d /cli.py | |
| parent | ff0ece8fb3f0cf247af441fe67f1ba16e9db5071 (diff) | |
| download | gdpr-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
