remove obslete ugly hack from loops container
This commit is contained in:
parent
aa263eb635
commit
233d146587
1 changed files with 5 additions and 6 deletions
11
base.py
11
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
|
||||
|
|
Loading…
Add table
Reference in a new issue