Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 3e72441

Browse files
committed
Remove legacy code
1 parent 25b782a commit 3e72441

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

ptr.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
import itertools as _itertools
1111
import warnings as _warnings
1212

13-
try:
14-
# ensure that map has the same meaning on Python 2
15-
from future_builtins import map
16-
except ImportError:
17-
pass
18-
1913
import pkg_resources
2014
import setuptools.command.test as orig
2115
from setuptools import Distribution

tests/test_ptr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import unicode_literals
2-
31
import io
42
import os
53
import shutil

0 commit comments

Comments
 (0)