X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.py;h=6c3ff717a64d063ddad362a29c055edabc975373;hb=2229a1e4737c8af820e0cf554ee2c7a5a3713bbd;hp=8fa69212b82ec644246ad837112d0352e1a252ee;hpb=54430444fc747add2c4e10e17f61d434cb0dbe6f;p=mimedecode.git diff --git a/mimedecode.py b/mimedecode.py index 8fa6921..6c3ff71 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -2,10 +2,7 @@ """Decode MIME message""" -__version__ = "2.1.4" -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design" -__license__ = "GNU GPL" +from __version__ import __version__, __author__, __copyright__, __license__ import sys, os