Make python version in header of imaplib2 explicit

This commit is contained in:
Patrick Ulbrich
2019-11-02 11:55:27 +01:00
parent 1ffe12ab06
commit 6896d650df

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Threaded IMAP4 client for Python 3.