Commit 5fb2c106 authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove unused imports

parent ddf43e77
......@@ -2,7 +2,6 @@
import sys
import helper_util
from getopt import getopt, GetoptError
from os import environ
def test_openoffice(hostname, port):
......
......@@ -30,8 +30,7 @@
import sys
import helper_util
from types import UnicodeType, InstanceType
from os import environ, putenv
from os.path import dirname, exists
from os.path import dirname
from tempfile import mktemp
from base64 import decodestring, encodestring
from getopt import getopt, GetoptError
......
......@@ -26,7 +26,6 @@
#
##############################################################################
import unittest
from cloudooo.handler.ooo.document import FileSystemDocument, OdfDocument
from cloudooo.handler.ooo.handler import Handler
from cloudooo.handler.ooo.application.openoffice import OpenOffice
......
......@@ -26,7 +26,7 @@
#
##############################################################################
from base64 import encodestring, decodestring
from base64 import encodestring
from cloudooo.tests.cloudoooTestCase import TestCase, make_suite
from pkg_resources import resource_filename
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment