Fixed error causing crash as per Nick Hall. Corrected tags on libhtmlconst and WebCal.

svn: r13805
This commit is contained in:
Rob G. Healey 2009-12-15 02:50:46 +00:00
parent 04a15c8647
commit 224c8c1ffc
3 changed files with 2 additions and 3 deletions

View File

@ -70,7 +70,6 @@ from gen.lib.eventroletype import EventRoleType
from gen.lib.markertype import MarkerType from gen.lib.markertype import MarkerType
from gen.lib.notetype import NoteType from gen.lib.notetype import NoteType
from gen.lib.styledtexttagtype import StyledTextTagType from gen.lib.styledtexttagtype import StyledTextTagType
from gen.lib.exiftype import ExifType
# Text # Text
from gen.lib.styledtexttag import StyledTextTag from gen.lib.styledtexttag import StyledTextTag

View File

@ -24,7 +24,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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 General constants used in different html enabled plugins

View File

@ -21,7 +21,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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. Web Calendar generator.