]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.py
Allow installation without m_lib
[mimedecode.git] / mimedecode.py
index 8fa69212b82ec644246ad837112d0352e1a252ee..6c3ff717a64d063ddad362a29c055edabc975373 100755 (executable)
@@ -2,10 +2,7 @@
 """Decode MIME message"""
 
 
-__version__ = "2.1.4"
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
-__license__ = "GNU GPL"
+from __version__ import __version__, __author__, __copyright__, __license__
 
 
 import sys, os