[entropy.db] EntropyRepository: use builtin repo id as default

This commit is contained in:
Fabio Erculiani
2010-01-29 08:52:00 +01:00
parent f6ecfe693d
commit 2f3046eaaf
+1 -1
View File
@@ -390,7 +390,7 @@ class EntropyRepository(EntropyRepositoryPluginStore, TextInterface):
import threading
def __init__(self, readOnly = False, dbFile = None, xcache = False,
dbname = 'etpdb:', indexing = True, skipChecks = False):
dbname = etpConst['serverdbid'], indexing = True, skipChecks = False):
"""
EntropyRepository constructor.