bindings/python/birthid.cpp
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 28 Jan 2011 08:01:37 -0800
branchdev
changeset 241 2ca64ce7d57c
parent 146 4e27f1f7c169
permissions -rw-r--r--
Fixed combinations in closure() for older versions of Python

#include "birthid.h"
#include "optional.h"

namespace dp = dionysus::python;

void export_birthid()
{
    python_optional<dp::BirthID>();   
}