Restore Python 2.7 compatibility

This commit is contained in:
Jason R. Coombs 2019-12-31 12:50:25 -05:00
parent f171cde150
commit 2eb3ba19f3
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""sdist tests"""
from __future__ import print_function
import os
import shutil
import sys