Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vincent Bechu
cloudooo
Commits
5fb2c106
Commit
5fb2c106
authored
Nov 16, 2012
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused imports
parent
ddf43e77
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
5 deletions
+2
-5
cloudooo/handler/ooo/helper/openoffice_tester.py
cloudooo/handler/ooo/helper/openoffice_tester.py
+0
-1
cloudooo/handler/ooo/helper/unoconverter.py
cloudooo/handler/ooo/helper/unoconverter.py
+1
-2
cloudooo/handler/ooo/tests/testOooInterface.py
cloudooo/handler/ooo/tests/testOooInterface.py
+0
-1
cloudooo/handler/ooo/tests/testOooLegacyInterface.py
cloudooo/handler/ooo/tests/testOooLegacyInterface.py
+1
-1
No files found.
cloudooo/handler/ooo/helper/openoffice_tester.py
View file @
5fb2c106
...
...
@@ -2,7 +2,6 @@
import
sys
import
helper_util
from
getopt
import
getopt
,
GetoptError
from
os
import
environ
def
test_openoffice
(
hostname
,
port
):
...
...
cloudooo/handler/ooo/helper/unoconverter.py
View file @
5fb2c106
...
...
@@ -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
...
...
cloudooo/handler/ooo/tests/testOooInterface.py
View file @
5fb2c106
...
...
@@ -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
...
...
cloudooo/handler/ooo/tests/testOooLegacyInterface.py
View file @
5fb2c106
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment