From 2d4c4c65934e0af16545d3fc2ff7466c9c7315d9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 21 Feb 2011 15:00:22 -0500 Subject: [PATCH] that'll fix that --- test_convore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_convore.py b/test_convore.py index 5bcebc5..00a45a7 100644 --- a/test_convore.py +++ b/test_convore.py @@ -62,7 +62,7 @@ class ConvoreGroups(unittest.TestCase): def test_discover_category(self): - convore.groups.discover.category + self.convore.groups.discover.category if __name__ == '__main__':