From: Roger B. <ro...@ro...> - 2004-03-15 20:01:37
|
> if self.standalone or self.semi_standalone: > # XXX we're screwed when the end user has deleted > # /usr/bin/python > hashbang = "/usr/bin/python" Gives new meaning to "standalone". Maybe they need a "reallystandaloneireallymeanitandnooptionaldependenciesthistimeplease" :-) (I have been known to name variables/functions like that sometimes when experiencing a lot of frustration with other components). Roger |