diff options
-rw-r--r-- | src/sbin/Bcfg2Server | 2 |
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 |