summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
authormdehaan@mdehaan.rdu.redhat.com <>2007-01-03 17:57:15 -0500
committerJim Meyering <jim@meyering.net>2007-01-03 17:57:15 -0500
commit6d1e1e4a75f82ddf8937e94dd569a12fc702b7ab (patch)
tree6ddec051fc3bacc185e082df69d53eedd71e3c1b /cobbler/api.py
parentdf34ff6a18706644308f17b369a0ed3085b92216 (diff)
downloadthird_party-cobbler-6d1e1e4a75f82ddf8937e94dd569a12fc702b7ab.tar.gz
third_party-cobbler-6d1e1e4a75f82ddf8937e94dd569a12fc702b7ab.tar.xz
third_party-cobbler-6d1e1e4a75f82ddf8937e94dd569a12fc702b7ab.zip
Add kickstart pre-signaling to indicate starts in addition to stops.
Diffstat (limited to 'cobbler/api.py')
-rw-r--r--cobbler/api.py1
1 files changed, 1 insertions, 0 deletions
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: