comparison wsgraph/client.py @ 25:d1a8c1436ded

notes to self
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 12 Dec 2012 18:39:47 -0800
parents e46b4466abac
children 60d7e38a20cd
comparison
equal deleted inserted replaced
24:e46b4466abac 25:d1a8c1436ded
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 3 from .model import Graph
4 4
5 class WSGraphClient(): 5 class WSGraphClient():
6 """REST client for WSGraph""" 6 """REST client for WSGraph"""
7 7
8 def __init__(self, server): 8 def __init__(self, server):