2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-01 08:42:16 +00:00
Files
python/pyste/src/Pyste/settings.py
Bruno da Silva de Oliveira ba0fcd27c3 - Various bug fixes
- Changed the internal code to the way it was


[SVN r18941]
2003-07-04 22:47:27 +00:00

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