From 4b26e446220ef93bffa8c5099c724806120cd6e5 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 15 Jun 2011 17:20:54 +0200 Subject: Obvious comments added, and other removed --- cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 cli.py (limited to 'cli.py') diff --git a/cli.py b/cli.py old mode 100644 new mode 100755 index 14a848d..bd87409 --- a/cli.py +++ b/cli.py @@ -1,6 +1,6 @@ #!/usr/bin/python ''' - Metadata anonymisation toolkit + Metadata anonymisation toolkit - CLI edition ''' import sys @@ -62,7 +62,6 @@ def clean_meta(class_file, filename): def main(): args, filenames = parse() - #args = parsing() #func receive the function correponding to the options given as parameters if args.display is True: #only print metadatas -- cgit v1.3