From aa5008b2e051a2f7badaf86d8f348e30c8660736 Mon Sep 17 00:00:00 2001 From: "star:Kenneth Reitz" Date: Wed, 30 Mar 2011 23:03:39 -0400 Subject: [PATCH] namespace fix --- clint/textui/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clint/textui/__init__.py b/clint/textui/__init__.py index aa3a36a..39681c6 100644 --- a/clint/textui/__init__.py +++ b/clint/textui/__init__.py @@ -10,4 +10,6 @@ This module provides the text output helper system. from . import colored +from . import progress + from core import *