Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
da71afbf
Commit
da71afbf
authored
Oct 08, 2007
by
Tiago Peixoto
Browse files
Small compatibility fix for Python 2.4
parent
dc609852
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph-tool
View file @
da71afbf
...
...
@@ -729,7 +729,7 @@ def print_result(retval, file=sys.stdout, prefix=""):
if
hasattr
(
file
,
'flush'
):
file
.
flush
()
class
RunError
()
:
class
RunError
:
""" Error raised during option run"""
def
__init__
(
self
,
option
,
value
,
error
):
self
.
option
=
option
...
...
Write
Preview
Supports
Markdown
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