summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-02 12:41:20 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-02 12:41:20 -0400
commit13eff0d1bb7e36569a00bcd291d73781ab2351e4 (patch)
tree7db31b5904982b39d8ee39a192dbe037345f21c8 /cobbler/action_sync.py
parent82f4bb814835a8aadcfe5cbba8bfbc4359c34b39 (diff)
downloadthird_party-cobbler-13eff0d1bb7e36569a00bcd291d73781ab2351e4.tar.gz
third_party-cobbler-13eff0d1bb7e36569a00bcd291d73781ab2351e4.tar.xz
third_party-cobbler-13eff0d1bb7e36569a00bcd291d73781ab2351e4.zip
Adjusting the dhcp patch some, prior to moving it all into modules/
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 98faa0c..53ef3a7 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -47,7 +47,7 @@ class BootSync:
Handles conversion of internal state to the tftpboot tree layout
"""
- def __init__(self,config,verbose=False):
+ def __init__(self,config,verbose=False,dhcp=None,dns=None):
"""
Constructor
"""