comparison wsgraph/client.py @ 26:60d7e38a20cd

mostly notes to self
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 12 Dec 2012 18:42:13 -0800
parents d1a8c1436ded
children 9e173648d848
comparison
equal deleted inserted replaced
25:d1a8c1436ded 26:60d7e38a20cd
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 from .model import Graph 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):