imip-agent

Change of vCalendar.py

7:dddb17c1aa28
vCalendar.py
     1.1 --- a/vCalendar.py	Mon Sep 22 17:41:04 2014 +0200
     1.2 +++ b/vCalendar.py	Mon Sep 22 18:26:59 2014 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  """
     1.5  Parsing of vCalendar and iCalendar files.
     1.6  
     1.7 -Copyright (C) 2008, 2009, 2011, 2013 Paul Boddie <paul@boddie.org.uk>
     1.8 +Copyright (C) 2008, 2009, 2011, 2013, 2014 Paul Boddie <paul@boddie.org.uk>
     1.9  
    1.10  This program is free software; you can redistribute it and/or modify it under
    1.11  the terms of the GNU General Public License as published by the Free Software
    1.12 @@ -39,6 +39,8 @@
    1.13  except NameError:
    1.14      from sets import Set as set
    1.15  
    1.16 +ParseError = vContent.ParseError
    1.17 +
    1.18  # Format details.
    1.19  
    1.20  SECTION_TYPES = set([