summaryrefslogtreecommitdiff
path: root/mat-cli
diff options
context:
space:
mode:
authorjvoisin2011-12-23 02:53:04 +0100
committerjvoisin2011-12-23 02:53:04 +0100
commita068cca895b8a92b29e666cf75658fceb5a8d0a2 (patch)
treeaa55110585ce2f81f913e6389bcdfa9bd02efe1b /mat-cli
parent375bf34e0fbd2202c1c4a177144f78f548826870 (diff)
parent73fc22ab0ce58ebba633d517ca436743fe62df57 (diff)
Merge branch 'master' of ssh://git-rw.torproject.org/user/jvoisin/mat into opendoc_xml
Diffstat (limited to 'mat-cli')
-rwxr-xr-xmat-cli3
1 files changed, 0 insertions, 3 deletions
diff --git a/mat-cli b/mat-cli
index 253ea96..c18fefb 100755
--- a/mat-cli
+++ b/mat-cli
@@ -11,8 +11,6 @@ import hachoir_core
11 11
12from mat import mat 12from mat import mat
13 13
14__version__ = '0.1'
15
16 14
17def parse(): 15def parse():
18 ''' 16 '''
@@ -54,7 +52,6 @@ def display_version(*_):
54 Display the program's version, and exit 52 Display the program's version, and exit
55 ''' 53 '''
56 print('Metadata Anonymisation Toolkit version %s') % mat.__version__ 54 print('Metadata Anonymisation Toolkit version %s') % mat.__version__
57 print('CLI version %s') % __version__
58 print('Hachoir version %s') % hachoir_core.__version__ 55 print('Hachoir version %s') % hachoir_core.__version__
59 sys.exit(0) 56 sys.exit(0)
60 57