fix boost::python sequence interface
authorDiane Trout <diane@caltech.edu>
Fri, 30 Jun 2006 20:37:58 +0000 (20:37 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 30 Jun 2006 20:37:58 +0000 (20:37 +0000)
commit0818838b775023e1fe9adf7417a9c39a95147033
treeb61fc821c13ef10163c592042c6c09b5485b4dd9
parentbf446426ac0dadaa19a706213fa1aefdfa356cb3
fix boost::python sequence interface
Making sequence a subclass of string caused some problems for
the boost::python sequence class. This updates the interface so it
works again.
alg/sequence.cpp
alg/sequence.hpp
py/CMakeLists.txt
py/module.cpp
py/sequence.cpp
py/test/TestSequence.py