GEPS008: Re-structure GUI logger files

svn: r19726
This commit is contained in:
Nick Hall
2012-05-31 15:22:03 +00:00
parent 5e6f747016
commit e2fc155240
13 changed files with 19 additions and 23 deletions

View File

@@ -305,7 +305,7 @@ def by_time(first, second):
return cmp(second.get_time(), first.get_time())
from GrampsLogger import RotateHandler
from gui.logger import RotateHandler
class WarnHandler(RotateHandler):