Index: sitescripts/reports/bin/mailDigests.py |
=================================================================== |
--- a/sitescripts/reports/bin/mailDigests.py |
+++ b/sitescripts/reports/bin/mailDigests.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, os, sys, re, marshal |
+import sys, re |
from datetime import date |
from time import time |
from email.utils import parseaddr |