removed name arg
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 24 Oct 2011 21:15:49 +0000 (17:15 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 24 Oct 2011 21:15:49 +0000 (17:15 -0400)
sfa/rspecs/rspec_elements.py

index aae4055..4209139 100644 (file)
@@ -15,5 +15,4 @@ class RSpecElement:
         if not element_type in RSpecElements:
             raise InvalidRSpecElement(element_type)
         self.type = element_type
-        self.name = name
         self.path = path