]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.py
Switch branch before setting umask
[mimedecode.git] / mimedecode.py
index 56d59ca415276f3122a196fd6d390b3655a7c4b3..179f82dbdc84d558c66d50b0bf8d34239261ae41 100755 (executable)
@@ -2,10 +2,7 @@
 """Decode MIME message"""
 
 
-__version__ = "2.1.3"
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
-__license__ = "GNU GPL"
+from mimedecode_version import __version__, __author__, __copyright__, __license__
 
 
 import sys, os