Browse Source

[trac544] use the path for the installed python modules.

Jeremy C. Reed 14 years ago
parent
commit
e29c8e8050
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/usermgr/b10-cmdctl-usermgr.py.in

+ 1 - 1
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()