aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-07-10 09:46:49 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-07-10 09:46:53 -0400
commitb32d76e2e155d2298555c9a2941517bc007ea55b (patch)
treebca14254a25cb7478e4a936ae2f192b1f3dd5c21 /layman/config.py
parentapi.py: Removes annoying lack of space in error message (diff)
downloadlayman-b32d76e2e155d2298555c9a2941517bc007ea55b.tar.gz
layman-b32d76e2e155d2298555c9a2941517bc007ea55b.tar.bz2
layman-b32d76e2e155d2298555c9a2941517bc007ea55b.zip
Renames db module "xml" to "xml_db"
This prevents namespace collisions with the required xml class.
Diffstat (limited to 'layman/config.py')
-rw-r--r--layman/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/config.py b/layman/config.py
index 853e22f..0ad975b 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -100,7 +100,7 @@ class BareConfig(object):
'auto_sync': 'No',
'check_official': 'Yes',
'conf_type': 'repos.conf',
- 'db_type': 'xml',
+ 'db_type': 'xml_db',
'require_repoconfig': 'Yes',
'clean_archive': 'yes',
'make_conf' : '%(storage)s/make.conf',