From 6d1e1e4a75f82ddf8937e94dd569a12fc702b7ab Mon Sep 17 00:00:00 2001 From: "mdehaan@mdehaan.rdu.redhat.com" <> Date: Wed, 3 Jan 2007 17:57:15 -0500 Subject: Add kickstart pre-signaling to indicate starts in addition to stops. --- cobbler/api.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cobbler/api.py') diff --git a/cobbler/api.py b/cobbler/api.py index ed2f66c..dda4052 100644 --- a/cobbler/api.py +++ b/cobbler/api.py @@ -21,6 +21,7 @@ import action_check import action_enchant import action_import import action_reposync +import action_status import cexceptions class BootAPI: -- cgit