diff options
| author | jvoisin | 2011-06-15 17:20:54 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-15 17:20:54 +0200 |
| commit | 4b26e446220ef93bffa8c5099c724806120cd6e5 (patch) | |
| tree | c5c13bf1c05e949f9b2901a9336ed526e545bd61 /cli.py | |
| parent | bf26b335e2f25a9f6cb96b7de5144557d98a7dc8 (diff) | |
Obvious comments added, and other removed
Diffstat (limited to 'cli.py')
| -rwxr-xr-x[-rw-r--r--] | cli.py | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
| 2 | ''' | 2 | ''' |
| 3 | Metadata anonymisation toolkit | 3 | Metadata anonymisation toolkit - CLI edition |
| 4 | ''' | 4 | ''' |
| 5 | 5 | ||
| 6 | import sys | 6 | import sys |
| @@ -62,7 +62,6 @@ def clean_meta(class_file, filename): | |||
| 62 | 62 | ||
| 63 | def main(): | 63 | def main(): |
| 64 | args, filenames = parse() | 64 | args, filenames = parse() |
| 65 | #args = parsing() | ||
| 66 | 65 | ||
| 67 | #func receive the function correponding to the options given as parameters | 66 | #func receive the function correponding to the options given as parameters |
| 68 | if args.display is True: #only print metadatas | 67 | if args.display is True: #only print metadatas |
