From 44b9e7fdb93a3e0afbe9371c8f8ea8e564b62f63 Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@plope.com>
Date: Fri, 16 Nov 2001 19:45:05 +0000
Subject: [PATCH] Enable the export of "log_time"

---
 src/zLOG/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/zLOG/__init__.py b/src/zLOG/__init__.py
index 9de0401f..33108de3 100644
--- a/src/zLOG/__init__.py
+++ b/src/zLOG/__init__.py
@@ -157,7 +157,7 @@ There is a default stupid logging facility that:
     can be overridden with the environment variable STUPID_LOG_SEVERITY
 
 """
-__version__='$Revision: 1.2 $'[11:-2]
+__version__='$Revision: 1.3 $'[11:-2]
 
 from MinimalLogger import log_write, log_time, severity_string, \
      _set_log_dest
@@ -213,4 +213,4 @@ def register_subsystem(subsystem):
 
 # Most apps interested in logging only want the names below.
 __all__ = ['LOG', 'TRACE', 'DEBUG', 'BLATHER', 'INFO', 'PROBLEM',
-           'WARNING', 'ERROR', 'PANIC',]
+           'WARNING', 'ERROR', 'PANIC', 'log_time']
-- 
2.30.9