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

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

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

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

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

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