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 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
# -*- Mode: Python; py-indent-offset: 4 -*-
|
# -*- 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -19,8 +19,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
The loops container class.
|
||||||
$Id$
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from zope.app.container.btree import BTreeContainer
|
from zope.app.container.btree import BTreeContainer
|
||||||
|
@ -43,9 +42,9 @@ class Loops(Folder):
|
||||||
#def getSiteManager(self):
|
#def getSiteManager(self):
|
||||||
# return self.__parent__.getSiteManager()
|
# return self.__parent__.getSiteManager()
|
||||||
|
|
||||||
@property
|
#@property
|
||||||
def _SampleContainer__data(self):
|
#def _SampleContainer__data(self):
|
||||||
return self.data
|
# return self.data
|
||||||
|
|
||||||
_skinName = ''
|
_skinName = ''
|
||||||
def getSkinName(self): return self._skinName
|
def getSkinName(self): return self._skinName
|
||||||
|
|
Loading…
Add table
Reference in a new issue