From b0793e5ebc99f3585f16cc776fa63344d7c67950 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Mar 2011 14:30:11 -0400 Subject: [PATCH] all uses strings --- clint/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clint/arguments.py b/clint/arguments.py index 8008b57..a6f48cd 100644 --- a/clint/arguments.py +++ b/clint/arguments.py @@ -20,7 +20,7 @@ from .utils import is_collection -__all__ = (Args, ) +__all__ = ('Args', )