summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2021-08-18 12:38:23 +0200
committerJustin Mayer <entroP@gmail.com>2021-08-18 12:38:23 +0200
commitf9fb0f980645550459e651f672a132d47a76f8da (patch)
tree9ae1fde326526fbaa8c55f1e8b61c149c1314ea7 /setup.py
parentfe40d2912824845d6304b56721886fb7db6470ff (diff)
downloadfeedgenerator-f9fb0f980645550459e651f672a132d47a76f8da.tar.gz
Update code for Python 3.6+
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 67b9a5d..f48be6c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
-from io import open
# Using setuptools rather than distutils to get the `develop` command
from setuptools import setup