diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-17 19:29:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-17 19:29:49 +0000 |
commit | e5b25e06bd8d3946a8168385b8d12cbe98f9550d (patch) | |
tree | 25d0d0f027a72cb6216e47e6e70e50f66011bead /torturetest.py | |
parent | 6ddd8c9505a4620fd4b8f2a16a2de7ae1930897f (diff) | |
download | fetchmail-e5b25e06bd8d3946a8168385b8d12cbe98f9550d.tar.gz fetchmail-e5b25e06bd8d3946a8168385b8d12cbe98f9550d.tar.bz2 fetchmail-e5b25e06bd8d3946a8168385b8d12cbe98f9550d.zip |
Doesn't work with 2.3.
svn path=/trunk/; revision=3723
Diffstat (limited to 'torturetest.py')
-rwxr-xr-x | torturetest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/torturetest.py b/torturetest.py index fc5412fc..48bf4881 100755 --- a/torturetest.py +++ b/torturetest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys, getopt, os, smtplib, commands, time |