From e430d61374ab359aedab4056682ceaf20c1ef74e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Mar 2011 16:25:41 -0400 Subject: [PATCH] proper imports --- clint/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clint/__init__.py b/clint/__init__.py index d4a40f0..6c04bb8 100644 --- a/clint/__init__.py +++ b/clint/__init__.py @@ -1 +1,3 @@ -from . import colored \ No newline at end of file +from . import args +from . import textui +from . import pipes \ No newline at end of file