fixed the class name
authorTony Mack <tmack@cs.princeton.edu>
Thu, 5 Nov 2009 01:49:07 +0000 (01:49 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 5 Nov 2009 01:49:07 +0000 (01:49 +0000)
sfacomponent/server/component.py

index 21ba944..1d2383b 100644 (file)
@@ -21,7 +21,7 @@ except ImportError:
 ##
 # Component is a GeniServer that serves component operations.
 
-class Registry(GeniServer):
+class Component(GeniServer):
     ##
     # Create a new registry object.
     #