From 0458eb736f8f72f422467319df760990b219ea5b Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sat, 28 Sep 2013 18:18:23 +0000 Subject: [PATCH] [Cython] Add __init__.pxd to allow 'from cantera cimport ...' --- interfaces/cython/cantera/__init__.pxd | 1 + 1 file changed, 1 insertion(+) create mode 100644 interfaces/cython/cantera/__init__.pxd diff --git a/interfaces/cython/cantera/__init__.pxd b/interfaces/cython/cantera/__init__.pxd new file mode 100644 index 000000000..62dc3df48 --- /dev/null +++ b/interfaces/cython/cantera/__init__.pxd @@ -0,0 +1 @@ +from cantera._cantera cimport *