index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2010-05-17 18:47:30 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-17 18:47:30 -0500 |
commit | a6ace987a913852af30bb5e3ae6bf145dc9c6157 (patch) | |
tree | bab1c477eda951edf1c9ea51103ae3b0f23060f2 /pactest/pmdb.py | |
parent | 3a85f83840888cbab09f2413fa3eb7c3b71055e5 (diff) |
-rwxr-xr-x | pactest/pmdb.py | 1 |
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 |