That was silly of me. But I wasn't sure I could call a builtin from
os.system().
--
Brad Miller
Assistant Professor, Computer Science
Luther College
On 8/7/07, Robin Houston
robin.houston@gmail.com wrote:
>
> On 07/08/07, Brad Miller
bmiller@luther.edu wrote:
> > I'm amazed that /usr/bin/type is not part of 10.3.
>
> 'type' is a bash builtin, so you can just change
>
> os.system('/usr/bin/type ...
>
> to
>
> os.system('type ...
>
> Robin
>
> ______________________________________________________________________
> For new threads USE THIS: textmate@lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
>
http://lists.macromates.com/mailman/listinfo/textmate
>