From 42d7b2d61d0fc814ee8be021c5ef02037638e5ae Mon Sep 17 00:00:00 2001 From: Juhani Haverinen Date: Wed, 8 Jul 2015 03:47:55 +0300 Subject: [PATCH] Fix incorrect information. Maybe this will get ported to py3 some day. --- gophersrv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gophersrv.py b/gophersrv.py index eb4ae94..4dfd5a2 100644 --- a/gophersrv.py +++ b/gophersrv.py @@ -25,7 +25,7 @@ # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # ----------------------------------------------------------------------- -# NOTE: Requires python 2 due to python 3's braindeadness. +# NOTE: Requires python 2 import os import socket