From 0235d37b32f23b7a478c67376ed396381db94a21 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 3 Apr 2006 00:20:04 +0000 Subject: r14871: We don't need to import UserDict anymore. (This used to be commit c60a2335383eb277a82dbe073ce9b58f8abf0241) --- source4/scripting/swig/Tdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/swig/Tdb.py b/source4/scripting/swig/Tdb.py index 571a18dbeb..0de43688b3 100644 --- a/source4/scripting/swig/Tdb.py +++ b/source4/scripting/swig/Tdb.py @@ -20,7 +20,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -import tdb, os, UserDict +import tdb, os # Open flags -- cgit