BIND 10 master, updated. fb2e8b3a65c9e36b745c81766b8c3973c8bd5737 Move change to sys.path ahead of import from bind10_config
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 8 14:45:22 UTC 2013
The branch, master has been updated
via fb2e8b3a65c9e36b745c81766b8c3973c8bd5737 (commit)
from 9f0f84c089904c5e544a21bfb4f4def60c9eb0fe (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 fb2e8b3a65c9e36b745c81766b8c3973c8bd5737
Author: Shane Kerr <shane at isc.org>
Date: Fri Mar 8 15:44:36 2013 +0100
Move change to sys.path ahead of import from bind10_config
-----------------------------------------------------------------------
Summary of changes:
src/bin/usermgr/b10-cmdctl-usermgr.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/usermgr/b10-cmdctl-usermgr.py.in b/src/bin/usermgr/b10-cmdctl-usermgr.py.in
index 5fd033e..37be304 100755
--- a/src/bin/usermgr/b10-cmdctl-usermgr.py.in
+++ b/src/bin/usermgr/b10-cmdctl-usermgr.py.in
@@ -19,6 +19,7 @@
This tool implements user management for b10-cmdctl. It is used to
add and remove users from the accounts file.
'''
+import sys; sys.path.append ('@@PYTHONPATH@@')
from bind10_config import SYSCONFPATH
from collections import OrderedDict
import random
@@ -27,7 +28,6 @@ import csv
import getpass
from optparse import OptionParser, OptionValueError
import os
-import sys; sys.path.append ('@@PYTHONPATH@@')
import isc.util.process
isc.util.process.rename()
More information about the bind10-changes
mailing list