From afbfa22fe298390cc2a478e9ac2cee997a933226 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 25 Jul 2013 15:01:42 +0530 Subject: [PATCH] newdb: basic testing complete --- src/calibre/db/__init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/calibre/db/__init__.py b/src/calibre/db/__init__.py index d501883d30..78f05da8ac 100644 --- a/src/calibre/db/__init__.py +++ b/src/calibre/db/__init__.py @@ -135,8 +135,4 @@ def get_db_loader(): errs = (sqlite.Error, DatabaseException) return cls, errs -''' -Various things that require other things before they can be migrated: - 1. Check that metadata backup, and moving libraries all work (check - them on windows as well for file locking issues) -''' +