changeset 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
files tests/doctest.txt wsgraph/client.py
diffstat 2 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tests/doctest.txt	Wed Dec 12 18:39:47 2012 -0800
+++ b/tests/doctest.txt	Wed Dec 12 18:42:13 2012 -0800
@@ -1,11 +1,7 @@
 Test WSGraph
-================
+============
 
 The obligatory imports:
 
-    >>> import wsgraph
+    >>> import wsgraph.model import MemoryCache
 
-Run some tests.  This test will fail, please fix it:
-
-    >>> assert True == False
-
--- 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"""