remove unnecessary import and default to debugging for now

This commit is contained in:
Chris Jones 2009-08-10 00:11:31 +01:00
parent dee9745d99
commit 70173e6978
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
import sys
# set this to true to enable debugging output
DEBUG = False
DEBUG = True
def dbg (log = ""):
"""Print a message if debugging is enabled"""

View File

@ -8,7 +8,7 @@ pygtk.require('2.0')
import gobject
import gtk
from util import debug, dbg, err
from util import dbg, err
from container import Container