Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
4e040fd9
Commit
4e040fd9
authored
Dec 11, 2015
by
Alexandre Duret-Lutz
Browse files
* wrap/python/spot_impl.i: We do not use False/True anymore in Spot.
parent
3467a719
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrap/python/spot_impl.i
View file @
4e040fd9
...
...
@@ -238,11 +238,6 @@ using namespace spot;
}
}
// False and True cannot be redefined in Python3, even in a class.
// Spot uses these in an enum of the constant class.
%
rename
(
FalseVal
)
False
;
%
rename
(
TrueVal
)
True
;
%
include
<
spot
/
misc
/
common
.
hh
>
%
include
<
spot
/
misc
/
version
.
hh
>
%
include
<
spot
/
misc
/
minato
.
hh
>
...
...
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