We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933ca9d commit 558f4c6Copy full SHA for 558f4c6
setup.py
@@ -1,13 +1,14 @@
1
"""
2
Setup script.
3
4
+from __future__ import print_function
5
+
6
import os
7
import io
8
import sys
9
import codecs
10
import pathlib
11
-from __future__ import print_function
12
from setuptools import setup, find_packages
13
from setuptools.command.test import test as TestCommand
14
0 commit comments