summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-01-11 10:28:29 -0800
committerBrian Dolbec <dolsen@gentoo.org>2013-01-11 10:28:29 -0800
commitfe8a30ff199edb5892ee5001c6f2476beee7377a (patch)
tree47140a21ad45521ff078afd7d62f691dd38c31fd
parent9bd33443c9971d9c91e369348a5dafdf5b5ec377 (diff)
downloadlayman-master.tar.gz
layman-master.tar.bz2
layman-master.zip
fix bug 451398 doctest failureHEADbasemaster
-rw-r--r--layman/db.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/layman/db.py b/layman/db.py
index 8dc968e..6530147 100644
--- a/layman/db.py
+++ b/layman/db.py
@@ -87,6 +87,7 @@ class DB(DbBase):
>>> from layman.config import OptionConfig
>>> myoptions = {'installed' :
... here + '/tests/testfiles/global-overlays.xml',
+ ... 'local_list': here + '/tests/testfiles/overlays.xml',
... 'make_conf' : write2,
... 'nocheck' : 'yes',
... 'storage' : tmpdir}
@@ -167,6 +168,7 @@ class DB(DbBase):
>>> from layman.config import OptionConfig
>>> myoptions = {'installed' :
... here + '/tests/testfiles/global-overlays.xml',
+ ... 'local_list': here + '/tests/testfiles/overlays.xml',
... 'make_conf' : write2,
... 'nocheck' : 'yes',
... 'storage' : tmpdir}