summaryrefslogtreecommitdiff
path: root/py/config/__init__.py
blob: 98042341cb3bfd192018a42101aac258307bf46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from .base import BuildConfig, Config, Default, Feature, Disable
from .feature import *
from .options import *

from py.waf import defaults # XXX: This needs to be removed as no dependencies from config -> waf are allowed.


#XXX: Fix
# Test to make sure options are sane.
#for option in options_map:
#	a = options_map[option]()