Index: sitescripts/reports/bin/updateDigests.py |
=================================================================== |
--- a/sitescripts/reports/bin/updateDigests.py |
+++ b/sitescripts/reports/bin/updateDigests.py |
@@ -15,7 +15,7 @@ |
# You should have received a copy of the GNU General Public License |
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
-import MySQLdb, hashlib, sys, os, re |
+import os, re |
from time import time |
from email.utils import parseaddr |
from sitescripts.utils import get_config, get_template, setupStderr |