Beispiel #1
0
def check_config_inherited_2():
    from otherpkg import config
    from mypkg import interfaces, usesconfig

    registry["config"] = config
    print usesconfig.do_a_config_thing_2()
Beispiel #2
0
def check_config_inherited_2():
    from otherpkg import config
    from mypkg import interfaces, usesconfig

    registry["config"] = config
    print usesconfig.do_a_config_thing_2()
Beispiel #3
0
def check_config_base_2():
    from mypkg import config, interfaces, usesconfig

    registry["config"] = config
    print usesconfig.do_a_config_thing_2()
Beispiel #4
0
def check_config_base_2():
    from mypkg import config, interfaces, usesconfig

    registry["config"] = config
    print usesconfig.do_a_config_thing_2()