summaryrefslogtreecommitdiff
path: root/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.8-pynslcd-module-paths.patch
blob: 11c86eff2e249ad3b62271fcfb622b52f83c9dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/pynslcd/pynslcd.py b/pynslcd/pynslcd.py
index d367a8c..9a52120 100755
--- a/pynslcd.py
+++ b/pynslcd.py
@@ -30,13 +30,13 @@ import threading
 import daemon
 import ldap
 
-from tio import TIOStream
-import cfg
-import common
-import constants
-import invalidator
-import mypidfile
-import search
+from pynslcd.tio import TIOStream
+import pynslcd.cfg as cfg
+import pynslcd.common as common
+import pynslcd.constants as constants
+import pynslcd.invalidator as invalidator
+import pynslcd.mypidfile as mypidfile
+import pynslcd.search as search
 
 
 # the name of the program