From e528ae89b06d0ee89fef89eb3fb0b70c648a2aa9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Mar 2011 21:33:56 -0400 Subject: [PATCH] renewed imports --- clint/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clint/__init__.py b/clint/__init__.py index 6c04bb8..cc25347 100644 --- a/clint/__init__.py +++ b/clint/__init__.py @@ -1,3 +1,4 @@ from . import args from . import textui -from . import pipes \ No newline at end of file +from . import pipes +from . import misc \ No newline at end of file