#!/usr/bin/python
# -*- coding: utf-8 -*-

from xmlrpclib import *
s = ServerProxy('http://localhost:8090')
print s.calls()
print s.di('sbc','reloadProfiles')
