[Da-tools-commits] ./debian/userdir-ldap r456: And import pwd in userdir_ldap

Peter Palfrader peter at palfrader.org
Sun Sep 14 22:14:34 UTC 2008


------------------------------------------------------------
revno: 456
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap
timestamp: Mon 2008-09-15 00:14:34 +0200
message:
  And import pwd in userdir_ldap
modified:
  debian/changelog
  userdir_ldap.py
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-09-14 22:12:11 +0000
+++ b/debian/changelog	2008-09-14 22:14:34 +0000
@@ -1,8 +1,9 @@
 userdir-ldap (0.3.38) unstable; urgency=low
 
   * Fix order of some calls so stuff works again.
+  * And import pwd in userdir_ldap.py.
 
- -- Peter Palfrader <weasel at debian.org>  Mon, 15 Sep 2008 00:11:57 +0200
+ -- Peter Palfrader <weasel at debian.org>  Mon, 15 Sep 2008 00:13:51 +0200
 
 userdir-ldap (0.3.37) unstable; urgency=low
 

=== modified file 'userdir_ldap.py'
--- a/userdir_ldap.py	2008-09-14 22:12:11 +0000
+++ b/userdir_ldap.py	2008-09-14 22:14:34 +0000
@@ -17,7 +17,7 @@
 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 # Some routines and configuration that are used by the ldap progams
-import termios, re, imp, ldap, sys, crypt, rfc822;
+import termios, re, imp, ldap, sys, crypt, rfc822, pwd;
 import userdir_gpg
 
 try:



More information about the Da-tools-commits mailing list