Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
7900c8ed
Commit
7900c8ed
authored
Jun 24, 2014
by
Maxime Perrotin
Browse files
Added missing import for py2exe
parent
f850ebf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode.py
View file @
7900c8ed
...
...
@@ -30,6 +30,7 @@ from itertools import chain
# Added to please py2exe - NOQA makes flake8 ignore the following lines:
# pylint: disable=W0611
import
enum
# NOQA
import
operator
# NOQA
import
subprocess
# NOQA
import
distutils
# NOQA
import
tempfile
# NOQA
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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