summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorjvoisin2011-06-15 17:20:54 +0200
committerjvoisin2011-06-15 17:20:54 +0200
commit4b26e446220ef93bffa8c5099c724806120cd6e5 (patch)
treec5c13bf1c05e949f9b2901a9336ed526e545bd61 /cli.py
parentbf26b335e2f25a9f6cb96b7de5144557d98a7dc8 (diff)
Obvious comments added, and other removed
Diffstat (limited to 'cli.py')
-rwxr-xr-x[-rw-r--r--]cli.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli.py b/cli.py
index 14a848d..bd87409 100644..100755
--- a/cli.py
+++ b/cli.py
@@ -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
6import sys 6import sys
@@ -62,7 +62,6 @@ def clean_meta(class_file, filename):
62 62
63def main(): 63def 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