Code cleanup

This commit is contained in:
Paweł Jastrzębski
2015-01-20 21:45:22 +01:00
parent 7bd9c766cc
commit 12684d6562
12 changed files with 11 additions and 68 deletions
+1 -5
View File
@@ -18,11 +18,6 @@
# PERFORMANCE OF THIS SOFTWARE.
#
__version__ = '4.4.1'
__license__ = 'ISC'
__copyright__ = '2012-2015, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>'
__docformat__ = 'restructuredtext en'
import os
import sys
from copy import copy
@@ -52,6 +47,7 @@ from . import image
from . import cbxarchive
from . import pdfjpgextract
from . import dualmetafix
from . import __version__
def main(argv=None):