From c774a9fec93feedc37a450400a03b83f5f4cb4b9 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 17 Oct 2016 17:34:46 +1300 Subject: python3: clean up super and __future__ --- pathod/protocols/http2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pathod/protocols') diff --git a/pathod/protocols/http2.py b/pathod/protocols/http2.py index dcd17eba..69f49c63 100644 --- a/pathod/protocols/http2.py +++ b/pathod/protocols/http2.py @@ -1,4 +1,3 @@ -from __future__ import (absolute_import, print_function, division) import itertools import time -- cgit v1.2.3