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
4daf26dd
Commit
4daf26dd
authored
Jan 05, 2015
by
Maxime Perrotin
Browse files
Remove print statements
parent
29dd0520
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/opengeode.py
View file @
4daf26dd
...
...
@@ -72,6 +72,8 @@ from TextInteraction import EditableText
# Icons and png files generated from the resource file:
import
icons
# NOQA
LOG
=
logging
.
getLogger
(
__name__
)
import
AdaGenerator
import
ogParser
import
ogAST
...
...
@@ -95,9 +97,7 @@ except ImportError:
try
:
import
LlvmGenerator
except
ImportError
:
# not sure if LLVM is available on the Windows platform
LlvmGenerator
=
None
print
'LLVM is not available'
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.0RC2'
...
...
@@ -118,9 +118,6 @@ else:
CUR_DIR
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
LOG
=
logging
.
getLogger
(
__name__
)
# Global handling all top-level elements
# It seems that if we don't keep a global list of these elements
# (START, STATE, and Text symbols)
...
...
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