X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.py;h=179f82dbdc84d558c66d50b0bf8d34239261ae41;hb=bd083756d7eb3d8f237f26811952cf771a1b9a3b;hp=56d59ca415276f3122a196fd6d390b3655a7c4b3;hpb=e6a27b4c388053c20bde7fd3af12a76c6aeab969;p=mimedecode.git diff --git a/mimedecode.py b/mimedecode.py index 56d59ca..179f82d 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -2,10 +2,7 @@ """Decode MIME message""" -__version__ = "2.1.3" -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design" -__license__ = "GNU GPL" +from mimedecode_version import __version__, __author__, __copyright__, __license__ import sys, os