* wrap/python/spot_impl.i: We do not use False/True anymore in Spot.

This commit is contained in:
Alexandre Duret-Lutz 2015-12-11 10:14:48 +01:00
parent 3467a719bb
commit 4e040fd9f7

View file

@ -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>