diff options
author | Tim Potter <tpot@samba.org> | 2006-04-03 00:20:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:45 -0500 |
commit | 0235d37b32f23b7a478c67376ed396381db94a21 (patch) | |
tree | fb858178db8487b270a3b45ab147adc381e41fcc | |
parent | f586b11f73809ee9cadaa5c781bbc41c21c81d47 (diff) | |
download | samba-0235d37b32f23b7a478c67376ed396381db94a21.tar.gz samba-0235d37b32f23b7a478c67376ed396381db94a21.tar.bz2 samba-0235d37b32f23b7a478c67376ed396381db94a21.zip |
r14871: We don't need to import UserDict anymore.
(This used to be commit c60a2335383eb277a82dbe073ce9b58f8abf0241)
-rw-r--r-- | source4/scripting/swig/Tdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |