Exemplo n.º 1
0
# -*- coding: utf-8 -*-
from testproject.core import pool

pool.register('plugins', 'plugin')
Exemplo n.º 2
0
from testproject.core import pool

pool.register('extensions', 'package')
Exemplo n.º 3
0
# -*- coding: utf-8 -*-
from testproject.core import pool

pool.register('plugins', 'everything')
Exemplo n.º 4
0
# -*- coding: utf-8 -*-
from testproject.core import pool

pool.register("plugins", "plugin")
Exemplo n.º 5
0
# -*- coding: utf-8 -*-
from testproject.core import pool

pool.register('extensions', 'everything')