This commit is contained in:
Johannes Findeisen 2013-05-24 03:43:44 +02:00
commit ba176917f5

View file

@ -1,6 +1,3 @@
from ..core import logger
class Layout:
def __init__(self, myLayout):
self.name = myLayout
@ -39,7 +36,8 @@ class LayoutList:
if h is not None:
l.hostgroups.append(h)
else:
logger.logWarningConfig(file="hostgroups", missing=group)
# TODO: replace next line with new logging
#logger.logWarningConfig(file="hostgroups", missing=group)
self.layouts.append(l)
def __str__(self):