diff --git a/base.py b/base.py index 23ff403..26c7576 100644 --- a/base.py +++ b/base.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- # -*- Mode: Python; py-indent-offset: 4 -*- # -# Copyright (c) 2006 Helmut Merz helmutm@cy55.de +# Copyright (c) 2019 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,8 +19,7 @@ # """ - -$Id$ +The loops container class. """ from zope.app.container.btree import BTreeContainer @@ -43,9 +42,9 @@ class Loops(Folder): #def getSiteManager(self): # return self.__parent__.getSiteManager() - @property - def _SampleContainer__data(self): - return self.data + #@property + #def _SampleContainer__data(self): + # return self.data _skinName = '' def getSkinName(self): return self._skinName