From 80891e64b3f0280cfa28eba18b40d8b25bb0d284 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 26 Apr 2011 19:16:10 +0100 Subject: [PATCH] Dropped unused import --- lib/extras.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/extras.py b/lib/extras.py index 21c5849c..06d36572 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -28,7 +28,6 @@ and classes untill a better place in the distribution is found. import os import sys import time -import codecs import warnings import re as regex