From: Tony Mack Date: Fri, 20 May 2011 15:00:37 +0000 (-0400) Subject: fix syntax error X-Git-Tag: sfa-1.0-22~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=058f26aa945e53bf18c9c962c63555f408909f3c;p=sfa.git fix syntax error --- diff --git a/sfa/rspecs/rspec.py b/sfa/rspecs/rspec.py index 35aa202f..6c40f993 100755 --- a/sfa/rspecs/rspec.py +++ b/sfa/rspecs/rspec.py @@ -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: