summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-19 17:36:52 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-19 17:36:52 -0500
commit42d194253aa9825a643ef73b6688b89d6559b0bd (patch)
tree987573450981e411db7a2af8e26c8ec037fa60a7 /cobbler
parent6232ad8e8a66a52fba7a7d5a1937af91e824858d (diff)
downloadcobbler-42d194253aa9825a643ef73b6688b89d6559b0bd.tar.gz
cobbler-42d194253aa9825a643ef73b6688b89d6559b0bd.tar.xz
cobbler-42d194253aa9825a643ef73b6688b89d6559b0bd.zip
Fix merge conflict
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/utils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cobbler/utils.py b/cobbler/utils.py
index 1de16785..7f662e0d 100644
--- a/cobbler/utils.py
+++ b/cobbler/utils.py
@@ -38,11 +38,8 @@ import signal
from cexceptions import *
import codes
import time
-<<<<<<< HEAD:cobbler/utils.py
import netaddr
-=======
import shlex
->>>>>>> 7ef4578... Use shlex for parsing --kopts to allow a wider variety of kernel options input.:cobbler/utils.py
try:
import hashlib as fiver