mirror of
https://github.com/boostorg/python.git
synced 2026-02-01 08:42:16 +00:00
14 lines
416 B
Python
14 lines
416 B
Python
|
|
#==============================================================================
|
|
# Global information
|
|
#==============================================================================
|
|
|
|
DEBUG = False
|
|
USING_BOOST_NS = True
|
|
|
|
class namespaces:
|
|
boost = 'boost::'
|
|
pyste = ''
|
|
python = '' # default is to not use boost::python namespace explicitly, so
|
|
# use the "using namespace" statement instead
|