BIND 10 trac544, updated. e29c8e8050f63c1a8ca1bcd0dfa0949c3cc94063 [trac544] use the path for the installed python modules.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 2 17:11:20 UTC 2011
The branch, trac544 has been updated
via e29c8e8050f63c1a8ca1bcd0dfa0949c3cc94063 (commit)
from 38bc36c4027fdcfbe74891f11f030014a34b46dc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e29c8e8050f63c1a8ca1bcd0dfa0949c3cc94063
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Feb 2 11:10:07 2011 -0600
[trac544] use the path for the installed python modules.
-----------------------------------------------------------------------
Summary of changes:
src/bin/usermgr/b10-cmdctl-usermgr.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/usermgr/b10-cmdctl-usermgr.py.in b/src/bin/usermgr/b10-cmdctl-usermgr.py.in
index 645c053..d62ad72 100644
--- a/src/bin/usermgr/b10-cmdctl-usermgr.py.in
+++ b/src/bin/usermgr/b10-cmdctl-usermgr.py.in
@@ -24,7 +24,7 @@ from hashlib import sha1
import csv
import getpass
import getopt
-import sys
+import sys; sys.path.append ('@@PYTHONPATH@@')
import isc.util.process
isc.util.process.rename()
More information about the bind10-changes
mailing list