Mercurial > hg > config
changeset 257:f4594857d606
foo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 17 Dec 2012 00:00:49 -0800 |
parents | f40a172512c6 |
children | 2862f4453296 |
files | python/actions.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/actions.py Sun Dec 16 22:51:18 2012 -0800 +++ b/python/actions.py Mon Dec 17 00:00:49 2012 -0800 @@ -5,7 +5,7 @@ def __init__(self): self.functions = {} - def __call__(self, function, *dependencies): + def __call__(self, function, dependencies): import pdb; pdb.set_trace() self.functions[function.func_name] = function return function