[conduit: 6/138] Fix typo



commit 27d57aae94231daa8d170ee0327f8013ee77d226
Author: John Carr <john carr unrouted co uk>
Date:   Sun Apr 19 14:19:50 2009 +0100

    Fix typo
---
 test/soup/modules/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/soup/modules/__init__.py b/test/soup/modules/__init__.py
index abb0025..0883878 100644
--- a/test/soup/modules/__init__.py
+++ b/test/soup/modules/__init__.py
@@ -39,5 +39,5 @@ class ModuleWrapper(object):
 
 def all():
     """ Load all plugin wrappers and return everything that subclasses ModuleWrapper """
-    return ModuleWrapper.__classes__.__subclasses__
+    return ModuleWrapper.__class__.__subclasses__
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]