BIND 10 #544: b10-cmdctl-usermgr needs python path

BIND 10 Development do-not-reply at isc.org
Wed Feb 2 17:14:39 UTC 2011


#544: b10-cmdctl-usermgr  needs python path
------------------------------------------+--------------------------------
                 Reporter:  jreed         |                Owner:  jreed
                     Type:  defect        |               Status:  accepted
                 Priority:  major         |            Milestone:
                Component:  Unclassified  |           Resolution:
                 Keywords:                |            Sensitive:  0
Estimated Number of Hours:  0.0           |  Add Hours to Ticket:  0
                Billable?:  1             |          Total Hours:  0
                Internal?:  0             |
------------------------------------------+--------------------------------

Comment (by jreed):

 The patch is very minor:

 {{{

 t1:bind10$ git diff
 diff --git a/src/bin/usermgr/b10-cmdctl-usermgr.py.in
 b/src/bin/usermgr/b10-cmdc
 tl-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()

 }}}

 It is in trac544 branch but I may just merge it to master without review
 soon.

-- 
Ticket URL: <https://bind10.isc.org/ticket/544#comment:2>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list