fix syntax error
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 20 May 2011 15:00:37 +0000 (11:00 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 20 May 2011 15:00:37 +0000 (11:00 -0400)
sfa/rspecs/rspec.py

index 35aa202..6c40f99 100755 (executable)
@@ -17,7 +17,7 @@ class RSpec:
     namespaces = None
     user_options = {}
   
-    def __init__(self, rspec="", namespaces={}, type=None, user_options={}:
+    def __init__(self, rspec="", namespaces={}, type=None, user_options={}):
         self.type = type
         self.user_options = user_options
         if rspec: