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