Fix restore database not working on some windows installs

This commit is contained in:
Kovid Goyal 2011-06-18 00:19:49 -06:00
parent 6d2208759c
commit 16560874da

View File

@ -24,6 +24,7 @@ NON_EBOOK_EXTENSIONS = frozenset([
class RestoreDatabase(LibraryDatabase2):
PATH_LIMIT = 10
WINDOWS_LIBRARY_PATH_LIMIT = 180
def set_path(self, *args, **kwargs):
pass