Skip to content
  • Alexandre Duret-Lutz's avatar
    python: work around old swig version · 3e10dba9
    Alexandre Duret-Lutz authored
    Swig 3.0.2 (currently installed by Debian), install strongly typed
    enumerator in the main namespace instead of in its own namespace.
    This is fixed in latter versions of Swig.
    
    * wrap/python/spot.py: If spot.op does not exists, populated it with all
    operators from the spot namespace.
    * wrap/python/tests/ltlsimple.py: Use operators from spot.op.
    3e10dba9