From 7d5c3dcd969161322deed6c43f8a6a3cb92c3369 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Nov 2014 11:53:55 -0500 Subject: upgrade to 14.4.1 --- buildutils/templates/constants.pxi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buildutils/templates/constants.pxi (limited to 'buildutils/templates/constants.pxi') diff --git a/buildutils/templates/constants.pxi b/buildutils/templates/constants.pxi new file mode 100644 index 0000000..042a6e8 --- /dev/null +++ b/buildutils/templates/constants.pxi @@ -0,0 +1,12 @@ +#----------------------------------------------------------------------------- +# Python module level constants +#----------------------------------------------------------------------------- + +{ASSIGNMENTS} + +#----------------------------------------------------------------------------- +# Symbols to export +#----------------------------------------------------------------------------- +__all__ = [ +{ALL} +] -- cgit v1.2.3