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

index c95c07b..41879fc 100755 (executable)
@@ -58,7 +58,7 @@ class PGRSpec(RSpec):
             rspec_type == 'request'
         return self.tempate % locals() 
 
-    def create():
+    def create(self):
         RSpec.create(self)
         if self.type:
             self.xml.set('type', self.type)