commit | ec7d1a6a14e813c764a150b82ee573770d2e8725 | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Tue Jul 09 17:18:36 2013 +0200 |
committer | martin f. krafft <madduck@madduck.net> | Thu Jul 18 21:14:20 2013 +0200 |
tree | f455ee3dd0ef4638b6bb5ad8da1fecd29d22ac67 | |
parent | 1a53cb0a5e790aaba1467d90ebe25555647ef806 [diff] |
Reimplement Parameters Parameters is not a dict, so let's not pretend to be one. Instead, be a very specific type doing exactly what it should and exposing only as much functionality as needed. This is a complete rewrite and pulls in the entire mergers logic. Also switches from nose to unittest. Signed-off-by: martin f. krafft <madduck@madduck.net>