Zwischenstand

This commit is contained in:
2013-01-12 22:04:52 +00:00
parent d3f9de40a4
commit 74d3d8f1bb
3 changed files with 254 additions and 43 deletions

View File

@@ -1,5 +1,9 @@
#!/usr/bin/env python
# encoding: utf-8
#
# $Id$
# $URL$
"""
checks.py
@@ -28,10 +32,19 @@ class checks(object):
# for c
return map(lambda k: (k[1],k[2]), sorted(classes, key=lambda k: k[0]))
# def __classesForHost__
def header(self):
"""docstring for header"""
return (0, "", "header")
# def header
def footer(self):
"""docstring for footer"""
return (1000, "", "footer")
def all(self):
"""docstring for all"""
return (999, "", "all")
return (998, "", "all")
# def all
def arch(self):