May 10, 2003
2:50 p.m.
On Sat, 10 May 2003 09:03:41 -0500 spiv CVS <spiv@twistedmatrix.com> wrote:
On Windows, twisted/script/* are run directly from batch files, rather than being imported from bin/*, so the "if __name__ == '__main__': run()" stanza is
This isn't totally accurate - the stuff in bin/ is installed in c:\python22\scripts, and users are supposed to run them from there (eg c:\python22\scripts\twistd.py).