Ignore:
Timestamp:
11/27/05 22:06:28 (18 years ago)
Author:
Nicholas Riley
Message:

LocationDo.py: Add a bunch of TODOs, and some more locations and
actions.

action.py: Add a TODO.

SCNetworkReachabilitymodule.c: Add a TODO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocationDo/action.py

    r198 r205  
    6060
    6161def terminalDo(command):
     62    # XXX if this launches Terminal, it inherits our PYTHONPATH
    6263    terminalApp = app(id='com.apple.Terminal')
     64    # XXX this does not create a new Terminal window; fix
    6365    terminalApp.do_script(command + '; exit')
    6466
Note: See TracChangeset for help on using the changeset viewer.