Accept plugins to ContentDB
This commit is contained in:
parent
51c3ae15e8
commit
0706748d10
1 changed files with 2 additions and 0 deletions
|
@ -2,8 +2,10 @@ import time
|
||||||
|
|
||||||
from Db import Db
|
from Db import Db
|
||||||
from Config import config
|
from Config import config
|
||||||
|
from Plugin import PluginManager
|
||||||
|
|
||||||
|
|
||||||
|
@PluginManager.acceptPlugins
|
||||||
class ContentDb(Db):
|
class ContentDb(Db):
|
||||||
def __init__(self, path):
|
def __init__(self, path):
|
||||||
self.version = 4
|
self.version = 4
|
||||||
|
|
Loading…
Reference in a new issue