From c041d3793514a8009eb18ae1369add72f970d9eb Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Fri, 13 Apr 2012 13:27:30 +0200 Subject: Include pretty() in exported functions --- source/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/__init__.py b/source/__init__.py index 219c7bc..98af814 100644 --- a/source/__init__.py +++ b/source/__init__.py @@ -126,7 +126,7 @@ __all__ = """ TestCase CaseStatus CaseRun Status - ascii color listed + ascii color listed pretty log info setLogLevel setCacheLevel CACHE_NONE CACHE_CHANGES CACHE_OBJECTS CACHE_ALL setColorMode COLOR_ON COLOR_OFF COLOR_AUTO -- cgit