コード例 #1
0
ファイル: items.py プロジェクト: HackLinux/chandler-1
 def getCurrentMeContact(self, view):
     """
       Lookup the current "me" Contact.
     """
     from contacts import Contact
     return Contact.getCurrentMeContact(view)
コード例 #2
0
 def getCurrentMeContact(self, view):
     """
       Lookup the current "me" Contact.
     """
     from contacts import Contact
     return Contact.getCurrentMeContact(view)