From fe8a30ff199edb5892ee5001c6f2476beee7377a Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Fri, 11 Jan 2013 10:28:29 -0800 Subject: fix bug 451398 doctest failure --- layman/db.py | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit v1.2.3-1-g7c22