Fix up deleted import that shouldn't have been deleted

This commit is contained in:
Charles Haley 2010-06-10 21:31:02 +01:00
parent 1411f34b15
commit c1c1f43654

View File

@ -11,7 +11,7 @@ from urllib import unquote, quote
from urlparse import urlparse
from calibre import relpath, prints
from calibre.utils.config import tweaks
from calibre.utils.date import isoformat
_author_pat = re.compile(',?\s+(and|with)\s+', re.IGNORECASE)