Delete any trace of account factory
darcs-hash:20070131172522-86b55-ac7c678131705c856adbaff6da9011b0b0bf4ac3.gz
This commit is contained in:
@@ -50,7 +50,7 @@ from pyxmpp.presence import Presence
|
|||||||
import jcl
|
import jcl
|
||||||
from jcl.jabber.x import DataForm
|
from jcl.jabber.x import DataForm
|
||||||
from jcl.jabber.error import FieldError
|
from jcl.jabber.error import FieldError
|
||||||
from jcl.model import account, default_account_factory
|
from jcl.model import account
|
||||||
from jcl.model.account import Account
|
from jcl.model.account import Account
|
||||||
from jcl.lang import Lang
|
from jcl.lang import Lang
|
||||||
|
|
||||||
@@ -89,7 +89,6 @@ class JCLComponent(Component, object):
|
|||||||
self.spool_dir = "."
|
self.spool_dir = "."
|
||||||
self.db_connection_str = db_connection_str
|
self.db_connection_str = db_connection_str
|
||||||
self.account_classes = [Account]
|
self.account_classes = [Account]
|
||||||
self.account_factory = default_account_factory.create
|
|
||||||
self.version = VERSION
|
self.version = VERSION
|
||||||
self.accounts = []
|
self.accounts = []
|
||||||
self.time_unit = 60
|
self.time_unit = 60
|
||||||
|
|||||||
Reference in New Issue
Block a user