chiark / gitweb /
make-secnet-sites: Set .type in the `level' base class
[secnet.git] / make-secnet-sites
index f32267824cbd954177416cb9bcfac3c9582e73f6..65baa11c0b98b3d44d2e5d6f8fb9859cf8f86fda 100755 (executable)
@@ -257,6 +257,7 @@ class level:
        allow_properties={}
        require_properties={}
        def __init__(self,w):
+               self.type=w[0]
                self.name=w[1]
                self.properties={}
                self.children={}