diff options
| -rwxr-xr-x | mat-cli | 3 | ||||
| -rwxr-xr-x | mat-gui | 5 | ||||
| -rw-r--r-- | mat/mat.py | 2 |
3 files changed, 2 insertions, 8 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 | ||
| @@ -20,9 +20,6 @@ import urllib2 | |||
| 20 | from mat import mat | 20 | from mat import mat |
| 21 | from mat import strippers | 21 | from mat import strippers |
| 22 | 22 | ||
| 23 | __version__ = '0.1' | ||
| 24 | __author__ = 'jvoisin' | ||
| 25 | |||
| 26 | 23 | ||
| 27 | logging.basicConfig(level=mat.LOGGING_LEVEL) | 24 | logging.basicConfig(level=mat.LOGGING_LEVEL) |
| 28 | 25 | ||
| @@ -345,7 +342,7 @@ data loss, but clean more efficiently')) | |||
| 345 | About popup | 342 | About popup |
| 346 | ''' | 343 | ''' |
| 347 | w = gtk.AboutDialog() | 344 | w = gtk.AboutDialog() |
| 348 | w.set_version(__version__) | 345 | w.set_version(mat.__version__) |
| 349 | w.set_copyright('GNU Public License v2') | 346 | w.set_copyright('GNU Public License v2') |
| 350 | w.set_comments(_('This software was coded during the GSoC 2011')) | 347 | w.set_comments(_('This software was coded during the GSoC 2011')) |
| 351 | w.set_website('https://mat.boum.org') | 348 | w.set_website('https://mat.boum.org') |
| @@ -15,7 +15,7 @@ import hachoir_parser | |||
| 15 | 15 | ||
| 16 | import strippers | 16 | import strippers |
| 17 | 17 | ||
| 18 | __version__ = '0.1' | 18 | __version__ = '0.2' |
| 19 | __author__ = 'jvoisin' | 19 | __author__ = 'jvoisin' |
| 20 | 20 | ||
| 21 | #Silence | 21 | #Silence |
