Changeset 189


Ignore:
Timestamp:
17-04-07 00:07:35 (6 years ago)
Author:
thomas
Message:
  • moap/command/doap.py (Ical.do): Fix PRODID, even though I'm not sure what's allowed.
  • moap/test/ical/mach.ical: Fix sample to match.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r188 r189  
     12007-04-17  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/command/doap.py (Ical.do): 
     4          Fix PRODID, even though I'm not sure what's allowed. 
     5        * moap/test/ical/mach.ical: 
     6          Fix sample to match. 
     7 
    182007-04-16  Thomas Vander Stichele  <thomas at apestaart dot org> 
    29 
  • trunk/moap/command/doap.py

    r188 r189  
    120120        __pychecker__ = 'no-argsused' 
    121121        self.stdout.write("""BEGIN:VCALENDAR 
    122 PRODID:-//moap//something//EN 
     122PRODID:-//thomas.apestaart.org//moap//EN 
    123123VERSION:2.0 
    124124 
  • trunk/moap/test/ical/mach.ical

    r186 r189  
    11BEGIN:VCALENDAR 
    2 PRODID:-//moap//something//EN 
     2PRODID:-//thomas.apestaart.org//moap//EN 
    33VERSION:2.0 
    44 
Note: See TracChangeset for help on using the changeset viewer.