commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnuef/src GFDebug.py


From: Jason Cater
Subject: gnue/gnuef/src GFDebug.py
Date: Mon, 14 May 2001 13:05:55 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/05/14 13:05:55

Modified files:
        gnuef/src      : GFDebug.py 

Log message:
        Fixed my 'fix' to GDebug that broke GFDebug (not that anyone should be 
using GFDebug :)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFDebug.py.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/gnuef/src/GFDebug.py
diff -u gnue/gnuef/src/GFDebug.py:1.4 gnue/gnuef/src/GFDebug.py:1.5
--- gnue/gnuef/src/GFDebug.py:1.4       Mon May 14 13:04:20 2001
+++ gnue/gnuef/src/GFDebug.py   Mon May 14 13:05:55 2001
@@ -19,7 +19,7 @@
 # Copyright 2000 Free Software Foundation
 #
 # FILE:
-# GDebug.py 
+# GFDebug.py 
 #
 # DESCRIPTION:
 # Intelligently handles traces and exception handling for GFForms
@@ -27,7 +27,7 @@
 # NOTES:
 
 
-from gnue.common from gnue.common import GDebug
+from gnue.common import GDebug
 
 def printMesg(level, message):
   GDebug.printMesg(level, message)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]