Changeset 29742
- Timestamp:
- 02/09/09 11:29:49 (4 years ago)
- Location:
- lang/python/crochet
- Files:
-
- 2 modified
-
notify.py (modified) (2 diffs)
-
notify_growl.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/crochet/notify.py
r29740 r29742 2 2 # growlとか通知関連のモジュール 3 3 # さらにnotify_growl, notify_pyあたりに分ける? 4 import time 4 5 5 6 try: … … 7 8 g_notifyObject = notify_growl.GrowlNotify() 8 9 print "use Growl" 10 time.sleep(2) 9 11 except: 10 12 print "not found:Growl sdk" -
lang/python/crochet/notify_growl.py
r29682 r29742 8 8 self.g.register() 9 9 self.img = Growl.Image.imageFromPath('reply.png') 10 def Notify(self, title, desc, img):10 def Notify(self, gtitle, gdescription, img): 11 11 if( img != False ): 12 12 self.g.notify(noteType='newTwit',title=gtitle,
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)