From 671128d1446b7042d9e232a4e0c8635a7abfc101 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Jul 2016 10:00:54 +0530 Subject: [PATCH] ... --- src/calibre/srv/tests/content.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/srv/tests/content.py b/src/calibre/srv/tests/content.py index 730a938b74..cd71287863 100644 --- a/src/calibre/srv/tests/content.py +++ b/src/calibre/srv/tests/content.py @@ -13,7 +13,7 @@ from calibre.ebooks.metadata.epub import get_metadata from calibre.ebooks.metadata.opf2 import OPF from calibre.srv.tests.base import LibraryBaseTest from calibre.utils.imghdr import identify -from calibre.utils.shared_file import share_open, test as test_share_open +from calibre.utils.shared_file import share_open def setUpModule(): # Needed for cover generation @@ -174,7 +174,6 @@ class ContentTest(LibraryBaseTest): self.ae(r.getheader('Used-Cache'), 'no') # Test file sharing in cache - test_share_open() r, data = get('cover', 2) self.ae(r.status, httplib.OK) self.ae(data, db.cover(2))