diff options
| author | jvoisin | 2011-12-23 02:53:04 +0100 |
|---|---|---|
| committer | jvoisin | 2011-12-23 02:53:04 +0100 |
| commit | a068cca895b8a92b29e666cf75658fceb5a8d0a2 (patch) | |
| tree | aa55110585ce2f81f913e6389bcdfa9bd02efe1b /mat-cli | |
| parent | 375bf34e0fbd2202c1c4a177144f78f548826870 (diff) | |
| parent | 73fc22ab0ce58ebba633d517ca436743fe62df57 (diff) | |
Merge branch 'master' of ssh://git-rw.torproject.org/user/jvoisin/mat into opendoc_xml
Diffstat (limited to 'mat-cli')
| -rwxr-xr-x | mat-cli | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -11,8 +11,6 @@ import hachoir_core | |||
| 11 | 11 | ||
| 12 | from mat import mat | 12 | from mat import mat |
| 13 | 13 | ||
| 14 | __version__ = '0.1' | ||
| 15 | |||
| 16 | 14 | ||
| 17 | def parse(): | 15 | def 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 | ||
