Fix for bug 3566: The column Last Changed is empty for places

svn: r14225
This commit is contained in:
Gary Burton 2010-02-05 12:05:28 +00:00
parent d12ff804b5
commit c04899d3ea

View File

@ -4,6 +4,7 @@
# Copyright (C) 2000-2006 Donald N. Allingham
# Copyright (C) 2009-2010 Nick Hall
# Copyright (C) 2009 Benny Malengier
# Copyright (C) 2010 Gary Burton
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -29,6 +30,7 @@ Place Model.
# python modules
#
#-------------------------------------------------------------------------
import time
import cgi
import logging
_LOG = logging.getLogger(".gui.views.treemodels.placemodel")