diff options
| author | donovan <donovan@ell-ee-dee.local> | 2008-06-11 13:17:25 -0700 |
|---|---|---|
| committer | donovan <donovan@ell-ee-dee.local> | 2008-06-11 13:17:25 -0700 |
| commit | 71c2219dfbcff4ae0983c109352318f0c25d4a94 (patch) | |
| tree | 8f2a6f19a9d013e5b6c94bf3f369fc5d493b2129 /examples/webcrawler.py | |
| parent | a025e0478ffea2d1cc1441bfff8a2bbbbae93399 (diff) | |
| download | eventlet-71c2219dfbcff4ae0983c109352318f0c25d4a94.tar.gz | |
Fix the echoserver example
Diffstat (limited to 'examples/webcrawler.py')
| -rw-r--r-- | examples/webcrawler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/webcrawler.py b/examples/webcrawler.py index 27c9c40..809c37c 100644 --- a/examples/webcrawler.py +++ b/examples/webcrawler.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python """\ @file webcrawler.py |
