svn commit: samba r14871 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Mon Apr 3 00:20:05 GMT 2006


Author: tpot
Date: 2006-04-03 00:20:04 +0000 (Mon, 03 Apr 2006)
New Revision: 14871

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14871

Log:
We don't need to import UserDict anymore.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/Tdb.py


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/Tdb.py
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/Tdb.py	2006-04-03 00:13:47 UTC (rev 14870)
+++ branches/SAMBA_4_0/source/scripting/swig/Tdb.py	2006-04-03 00:20:04 UTC (rev 14871)
@@ -20,7 +20,7 @@
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
 
-import tdb, os, UserDict
+import tdb, os
 
 # Open flags
 



More information about the samba-cvs mailing list