From 606078cabb24ddf1e2cb29175e6d7deae73f5749 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 3 Apr 2018 11:39:59 +0200 Subject: Global variables are evil. Tests under both py2k and py3k pass. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 53a6151..aa19e66 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- -from __future__ import print_function from mail2news import VERSION, DESC import os.path -- cgit