Several fixes for the object type registry and the activity registry.

This commit is contained in:
Tomeu Vizoso
2007-06-12 21:57:49 +02:00
parent cc604e0815
commit 22689ed1da
11 changed files with 106 additions and 76 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ activity_info = None
if len(sys.argv) > 1:
registry = ActivityRegistry()
activities = registry.get_activities_for_name(sys.argv[1])
activities = registry.find_activity(sys.argv[1])
if len(activities) > 0:
activity_info = activities[0]