diff --git a/common.py b/common.py index 61b9a89..028adb1 100644 --- a/common.py +++ b/common.py @@ -144,6 +144,10 @@ class AdapterBase(object): return self.context != other return self.context != other.context + @Lazy + def loopsRoot(self): + return self.getLoopsRoot() + def getLoopsRoot(self): return self.context.getLoopsRoot()