summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-10-11 20:24:16 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-10-11 20:24:16 +0000
commitd8f680caa2c02b9930db5e09c9ff85a3a2fb5fbf (patch)
treedca42b57e499be1a34a33c3a0e1bace83be9902e /src/sbin
parentd083331d9b7a0406e53f214e6b048c7ece89a648 (diff)
downloadbcfg2-d8f680caa2c02b9930db5e09c9ff85a3a2fb5fbf.tar.gz
bcfg2-d8f680caa2c02b9930db5e09c9ff85a3a2fb5fbf.tar.bz2
bcfg2-d8f680caa2c02b9930db5e09c9ff85a3a2fb5fbf.zip
fix import
(Logical change 1.85) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@407 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rw-r--r--src/sbin/Bcfg2Server2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/Bcfg2Server b/src/sbin/Bcfg2Server
index ea7b1af6d..1bae80df5 100644
--- a/src/sbin/Bcfg2Server
+++ b/src/sbin/Bcfg2Server
@@ -3,7 +3,7 @@
from getopt import getopt, GetoptError
from socket import gethostbyaddr, herror
-from string import split
+from string import join, split
from syslog import syslog, LOG_INFO, LOG_ERR
from sys import argv, exit, exc_info
from time import time