hackedteam/core-android-market

View on GitHub
src/libbson/boost/boost_1_53_0/tools/build/v2/tools/types/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
__all__ = [
    'asm',
    'cpp',
    'exe',
    'html',
    'lib',
    'obj',
    'preprocessed',
    'rsp',
]

def register_all ():
    for i in __all__:
        m = __import__ (__name__ + '.' + i)
        reg = i + '.register ()'
        #exec (reg)

# TODO: (PF) I thought these would be imported automatically. Anyone knows why they aren't?
register_all ()