From d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 19 Nov 2016 18:19:41 +0100 Subject: Refs #23919 -- Removed encoding preambles and future imports --- tests/servers/tests.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/servers') diff --git a/tests/servers/tests.py b/tests/servers/tests.py index 03e05d0957..ff1d4aff8c 100644 --- a/tests/servers/tests.py +++ b/tests/servers/tests.py @@ -1,9 +1,6 @@ -# -*- encoding: utf-8 -*- """ Tests for django.core.servers. """ -from __future__ import unicode_literals - import contextlib import errno import os -- cgit v1.3