diff 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
line wrap: on
line diff
--- a/wsgraph/client.py	Wed Dec 12 18:27:34 2012 -0800
+++ b/wsgraph/client.py	Wed Dec 12 18:39:47 2012 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-
+from .model import Graph
 
 class WSGraphClient():
     """REST client for WSGraph"""