Example #1
0
# -*- coding: utf-8 -*-
from testproject.core import pool

pool.register('plugins', 'plugin')
Example #2
0
from testproject.core import pool

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

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

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

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