summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/python
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-01-08 21:59:18 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-01-08 21:59:18 (GMT)
commit030f3b483f54dbef6e164194a1771ef5b346312b (patch)
tree3f5b949b5ffed83d0b41a95d9fd3cfafd17cab2d /src/bindings/swig/python
parent1ab8b9a0dcaa131b8cccc735a1794ce39b351715 (diff)
downloaduscxml-030f3b483f54dbef6e164194a1771ef5b346312b.zip
uscxml-030f3b483f54dbef6e164194a1771ef5b346312b.tar.gz
uscxml-030f3b483f54dbef6e164194a1771ef5b346312b.tar.bz2
Support for caching values on filesystem
Use USCXML_NOCACHE_FILES=YES to prevent, I will make this a build flag
Diffstat (limited to 'src/bindings/swig/python')
-rw-r--r--src/bindings/swig/python/uscxml.i4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bindings/swig/python/uscxml.i b/src/bindings/swig/python/uscxml.i
index c501223..ee920e9 100644
--- a/src/bindings/swig/python/uscxml.i
+++ b/src/bindings/swig/python/uscxml.i
@@ -150,11 +150,9 @@ using namespace XERCESC_NS;
%include "../wrapped/WrappedIOProcessor.h"
%include "../wrapped/WrappedInterpreterMonitor.h"
-
-/*%template(IssueList) std::list<uscxml::InterpreterIssue>;
+%template(IssueList) std::list<uscxml::InterpreterIssue>;
%template(DataList) std::list<uscxml::Data>;
%template(StringList) std::list<std::string>;
-*/
%template(DataMap) std::map<std::string, uscxml::Data>;
%template(StringSet) std::set<std::string>;
%template(StringVector) std::vector<std::string>;