From deeefc0063f439ffd9144a8c7a20501be6a80ee1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 13 Jul 2010 09:31:37 -0400 Subject: [PATCH] --no-message --- tabbed/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbed/cli.py b/tabbed/cli.py index 0d17c09..be44ea0 100644 --- a/tabbed/cli.py +++ b/tabbed/cli.py @@ -20,4 +20,4 @@ def start(**opts): print opts - opts = Object(**opts \ No newline at end of file + opts = Object(**opts) \ No newline at end of file