summaryrefslogtreecommitdiff
path: root/mat-cli
diff options
context:
space:
mode:
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 00c5c11..530af9a 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