mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
13 lines
394 B
Python
13 lines
394 B
Python
|
|
#==============================================================================
|
|
# Global information
|
|
#==============================================================================
|
|
|
|
DEBUG = False
|
|
|
|
class namespaces:
|
|
boost = 'boost::'
|
|
pyste = ''
|
|
python = '' # default is to not use boost::python namespace explicitly, so
|
|
# use the "using namespace" statement instead
|