From 224c8c1ffc436bb20a5880117635fdde676d37e0 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Tue, 15 Dec 2009 02:50:46 +0000 Subject: [PATCH] Fixed error causing crash as per Nick Hall. Corrected tags on libhtmlconst and WebCal. svn: r13805 --- src/gen/lib/__init__.py | 1 - src/plugins/lib/libhtmlconst.py | 2 +- src/plugins/webreport/WebCal.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gen/lib/__init__.py b/src/gen/lib/__init__.py index e92b57d2c..f7b486e1b 100644 --- a/src/gen/lib/__init__.py +++ b/src/gen/lib/__init__.py @@ -70,7 +70,6 @@ from gen.lib.eventroletype import EventRoleType from gen.lib.markertype import MarkerType from gen.lib.notetype import NoteType from gen.lib.styledtexttagtype import StyledTextTagType -from gen.lib.exiftype import ExifType # Text from gen.lib.styledtexttag import StyledTextTag diff --git a/src/plugins/lib/libhtmlconst.py b/src/plugins/lib/libhtmlconst.py index 11ff7304a..deb70f0e7 100644 --- a/src/plugins/lib/libhtmlconst.py +++ b/src/plugins/lib/libhtmlconst.py @@ -24,7 +24,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: NarrativeWeb.py 12593 2009-05-30 08:46:12Z robhealey1 $ +# $Id: libhtmlconst.py 12593 2009-05-30 08:46:12Z robhealey1 $ """ General constants used in different html enabled plugins diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index a985b2bdf..4b525982f 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: WebCal.py 12238 2009-03-07 09:51:27Z s_charette $ +# $Id: WebCal.py 13797 2009-12-14 09:51:27Z robhealey1 $ """ Web Calendar generator.