Skip to content

Instantly share code, notes, and snippets.

@zodman
zodman / __init__.py
Created October 16, 2011 06:17
tryton admin jsonrpc
from jsonrpclib import Server as ServerProxy
import base64
import jsonrpclib
import json
class AdminTrytonException(Exception):
def __init__(self, result):
self.result = result