X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.py;h=6c3ff717a64d063ddad362a29c055edabc975373;hb=2229a1e4737c8af820e0cf554ee2c7a5a3713bbd;hp=56d59ca415276f3122a196fd6d390b3655a7c4b3;hpb=e6a27b4c388053c20bde7fd3af12a76c6aeab969;p=mimedecode.git diff --git a/mimedecode.py b/mimedecode.py index 56d59ca..6c3ff71 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 __version__ import __version__, __author__, __copyright__, __license__ import sys, os