Merged fixes from kjoconnor.

pull/14/head
George V. Reilly 2011-12-22 00:09:23 -08:00
rodzic 2b5f34a81d
commit b56d54b101
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -578,7 +578,7 @@ class Calendar(Component):
"""
name = 'VCALENDAR'
canonical_order = ('PRODID', 'VERSION', 'CALSCALE', 'METHOD',)
canonical_order = ('VERSION', 'PRODID', 'CALSCALE', 'METHOD',)
required = ('prodid', 'version', )
singletons = ('prodid', 'version', )
multiple = ('calscale', 'method', )

Wyświetl plik

@ -1449,7 +1449,7 @@ class TypesFactory(CaselessDict):
# These are the default types
types_map = CaselessDict({
####################################
# Property valye types
# Property value types
# Calendar Properties
'calscale' : 'text',
'method' : 'text',