diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-10-11 20:24:16 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-10-11 20:24:16 +0000 |
commit | d8f680caa2c02b9930db5e09c9ff85a3a2fb5fbf (patch) | |
tree | dca42b57e499be1a34a33c3a0e1bace83be9902e | |
parent | d083331d9b7a0406e53f214e6b048c7ece89a648 (diff) | |
download | bcfg2-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
-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 |