nodes should in a network
[sfa.git] / sfa / rspecs / elements / versions / sfav1Network.py
index c6f29d1..b529ad5 100644 (file)
@@ -7,7 +7,7 @@ from sfa.rspecs.rspec_elements import RSpecElement, RSpecElements
 
 class SFAv1Network:
     elements = {
-        'network': RSpecElement(RSpecElements.NETWORK, '//default:network | //network'),
+        'network': RSpecElement(RSpecElements.NETWORK, '//network'),
     }
 
     @staticmethod