summaryrefslogtreecommitdiffstats
path: root/pactest/pmdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/pmdb.py')
-rwxr-xr-xpactest/pmdb.py1
1 files changed, 1 insertions, 0 deletions
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 @@ class pmdb:
self.treename = treename
self.dbdir = dbdir
self.pkgs = []
+ self.option = {}
def __str__(self):
return "%s" % self.treename