Changeset 189
- Timestamp:
- 17-04-07 00:07:35 (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
moap/command/doap.py (modified) (1 diff)
-
moap/test/ical/mach.ical (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r188 r189 1 2007-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 1 8 2007-04-16 Thomas Vander Stichele <thomas at apestaart dot org> 2 9 -
trunk/moap/command/doap.py
r188 r189 120 120 __pychecker__ = 'no-argsused' 121 121 self.stdout.write("""BEGIN:VCALENDAR 122 PRODID:-// moap//something//EN122 PRODID:-//thomas.apestaart.org//moap//EN 123 123 VERSION:2.0 124 124 -
trunk/moap/test/ical/mach.ical
r186 r189 1 1 BEGIN:VCALENDAR 2 PRODID:-// moap//something//EN2 PRODID:-//thomas.apestaart.org//moap//EN 3 3 VERSION:2.0 4 4
Note: See TracChangeset
for help on using the changeset viewer.
