diff options
Diffstat (limited to 'Lib/quopri.py')
-rwxr-xr-x | Lib/quopri.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/quopri.py b/Lib/quopri.py index 47ef751..e8e8397 100755 --- a/Lib/quopri.py +++ b/Lib/quopri.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + # Conversions to/from quoted-printable transport encoding as per RFC-1521 # (Dec 1991 version). |