remove unnecessary import and default to debugging for now
This commit is contained in:
parent
dee9745d99
commit
70173e6978
|
@ -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"""
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue