- Timestamp:
- 08/26/12 14:38:18 (12 years ago)
- Location:
- trunk/StreamVision
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StreamVision/StreamVision.py
r647 r649 13 13 import scrape 14 14 import HotKey 15 import tunes # <https://github.com/abarnert/itunesterms> 15 16 16 17 GROWL_APP_NAME = 'StreamVision' … … 77 78 return name 78 79 79 def iTunesApp(): return app(id='com.apple.iTunes' )80 def iTunesApp(): return app(id='com.apple.iTunes', terms=tunes) 80 81 def XTensionApp(): return app(creator='SHEx') 81 82 def AmuaApp(): return app('Amua.app')
Note:
See TracChangeset
for help on using the changeset viewer.