~ken-vandine/desktopcouch/lp-427036

« back to all changes in this revision

Viewing changes to desktopcouch/contacts/record.py

  • Committer: Tarmac
  • Author(s): Rodrigo Moya
  • Date: 2009-08-19 14:59:49 UTC
  • mfrom: (37.1.1 xdg-record-type)
  • Revision ID: elliot@elliotmurphy.com-20090819145949-o3uenakbheuv0tvq
Change to freedesktop URL for record type spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from desktopcouch.records.record import Record
25
25
 
26
 
CONTACT_RECORD_TYPE = 'http://api.ubuntuone.com/schema/contact/0.1'
 
26
CONTACT_RECORD_TYPE = 'http://www.freedesktop.org/wiki/Specifications/desktopcouch/contact'
27
27
 
28
28
 
29
29
class Contact(Record):