Mercurial > libervia-web
diff libervia.tac @ 323:0b7934e75e76
misc: reorganization of the file panels.py + clean the modules import:
- some existing modules were not found during JS runtime (panels.py was too large?)
- the *Panel classes of panels.py that do not reference "host" have been moved to base_panels.py
- cleaned the import in various files
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 04 Jan 2014 00:17:46 +0100 |
parents | c12c9a1acf2f |
children | 36927be51481 |
line wrap: on
line diff
--- a/libervia.tac Fri Jan 03 22:44:59 2014 +0100 +++ b/libervia.tac Sat Jan 04 00:17:46 2014 +0100 @@ -33,15 +33,17 @@ from twisted.words.protocols.jabber.jid import JID from txjsonrpc.web import jsonrpc from txjsonrpc import jsonrpclib -from sat_frontends.bridge.DBus import DBusBridgeFrontend,BridgeExceptionNoService + from logging import debug, info, warning, error import re, glob import os.path, sys import tempfile, shutil, uuid -from server_side.blog import MicroBlog from zope.interface import Interface, Attribute, implements from xml.dom import minidom + from constants import Const +from server_side.blog import MicroBlog +from sat_frontends.bridge.DBus import DBusBridgeFrontend, BridgeExceptionNoService from sat.core.i18n import _, D_