Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 3508 invoked from network); 15 Dec 2004 23:19:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Dec 2004 23:19:10 -0000 Received: (qmail 91465 invoked by uid 500); 15 Dec 2004 23:19:08 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 91440 invoked by uid 99); 15 Dec 2004 23:19:08 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 15 Dec 2004 15:17:13 -0800 Received: (qmail 96393 invoked by uid 65534); 15 Dec 2004 23:09:31 -0000 Date: 15 Dec 2004 23:09:31 -0000 Message-ID: <20041215230931.96375.qmail@minotaur.apache.org> From: dims@apache.org To: commits@gump.apache.org Subject: svn commit: r112050 - /gump/live/python/gump/core/config.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: dims Date: Wed Dec 15 15:09:26 2004 New Revision: 112050 URL: http://svn.apache.org/viewcvs?view=rev&rev=112050 Log: forgot the import Modified: gump/live/python/gump/core/config.py Modified: gump/live/python/gump/core/config.py Url: http://svn.apache.org/viewcvs/gump/live/python/gump/core/config.py?view=diff&rev=112050&p1=gump/live/python/gump/core/config.py&r1=112049&p2=gump/live/python/gump/core/config.py&r2=112050 ============================================================================== --- gump/live/python/gump/core/config.py (original) +++ gump/live/python/gump/core/config.py Wed Dec 15 15:09:26 2004 @@ -25,6 +25,7 @@ import os import sys import logging +import string from gump import log