Replace layer name requirements with more descriptive translationlayerrequirements.

This commit is contained in:
Mike Auty
2015-10-11 18:02:27 +01:00
parent 64168e793c
commit 97ff228e76
4 changed files with 14 additions and 12 deletions
@@ -51,7 +51,6 @@ class LayerFactory(validity.ValidityRoutines, list):
Returns a new context with all appropriate modifications (symbols, layers, etc)
"""
for index in range(len(self)):
print("TODO: update top level req based on modifier reqs being updated")
modifier = self[index](interfaces.configuration.namespace_join([self.name, self[index].__name__ + str(index)]))
modifier(context = context)
return context