daemon: Some code reorganization to make XML support more modular.
This commit is contained in:
parent
9f1e800756
commit
3ffdf7c420
5 changed files with 832 additions and 796 deletions
|
@ -35,7 +35,7 @@ from core.constants import *
|
|||
from core.api import coreapi
|
||||
from core.coreobj import PyCoreNet
|
||||
from core.misc.utils import hexdump, daemonize, cmdresult, mutedetach
|
||||
from core.misc.xmlutils import opensessionxml, savesessionxml
|
||||
from core.misc.xmlsession import opensessionxml, savesessionxml
|
||||
|
||||
DEFAULT_MAXFD = 1024
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue