~linaro-validation/lava-dashboard/next

« back to all changes in this revision

Viewing changes to dashboard_app/xmlrpc.py

  • Committer: Zygmunt Krynicki
  • Date: 2010-09-09 12:31:32 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: zygmunt.krynicki@linaro.org-20100909123132-3k4ae77fslf9tb1c
Separate dashboard_app from launch_control and rename lc-server to dashboard_server

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
XMP-RPC API
3
3
"""
4
4
 
5
 
from launch_control.dashboard_app import __version__ as dashboard_version
6
 
from launch_control.dashboard_app.dispatcher import xml_rpc_signature
 
5
from dashboard_app import __version__ as dashboard_version
 
6
from dashboard_app.dispatcher import xml_rpc_signature
7
7
 
8
8
 
9
9
class DashboardAPI(object):