From a6ace987a913852af30bb5e3ae6bf145dc9c6157 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 17 May 2010 18:47:30 -0500 Subject: Add some machinery to test the Include directive After the previous patch that re-enabled its use outside of sync repository sections which we had unintentionally disabled. Signed-off-by: Dan McGee --- pactest/pmdb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pactest/pmdb.py') diff --git a/pactest/pmdb.py b/pactest/pmdb.py index cfa146bd..8cb1b832 100755 --- a/pactest/pmdb.py +++ b/pactest/pmdb.py @@ -85,6 +85,7 @@ def __init__(self, treename, dbdir): self.treename = treename self.dbdir = dbdir self.pkgs = [] + self.option = {} def __str__(self): return "%s" % self.treename -- cgit v1.2.3-54-g00ecf