Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117912722
D3430.1775400445.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
316 B
Referenced Files
None
Subscribers
None
D3430.1775400445.diff
View Options
diff --git a/pykolab/auth/ldap/syncrepl.py b/pykolab/auth/ldap/syncrepl.py
--- a/pykolab/auth/ldap/syncrepl.py
+++ b/pykolab/auth/ldap/syncrepl.py
@@ -1,6 +1,9 @@
#!/usr/bin/python
-import anydbm
+try:
+ import anydbm
+except:
+ import dbm.ndbm as anydbm
import ldap
import ldap.syncrepl
import ldapurl
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 2:47 PM (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823008
Default Alt Text
D3430.1775400445.diff (316 B)
Attached To
Mode
D3430: [Python 3] dropped module anydbm
Attached
Detach File
Event Timeline