From 47b1d02d85675355f78f590c26aac6a8960ce579 Mon Sep 17 00:00:00 2001
From: Antoine Pitrou <solipsis@pitrou.net>
Date: Sat, 3 Apr 2010 21:42:18 +0000
Subject: Remove useless (?) import from r79706

---
 Lib/test/test___all__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index 803609a..596ad79 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -1,6 +1,5 @@
 from __future__ import print_function
 
-import bsddb
 import unittest
 from test import test_support as support
 import os
-- 
cgit v0.12