summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/buildutils/templates/constants.pxi
blob: 042a6e8394063d5972908610acb40f680ccecd98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#-----------------------------------------------------------------------------
# Python module level constants
#-----------------------------------------------------------------------------

{ASSIGNMENTS}

#-----------------------------------------------------------------------------
# Symbols to export
#-----------------------------------------------------------------------------
__all__ = [
{ALL}
]