Skip to content

Instantly share code, notes, and snippets.

@cjbarnes18
cjbarnes18 / __init__.py
Created March 15, 2012 21:57 — forked from zodman/__init__.py
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