diff options
| author | Justin Mayer <entroP@gmail.com> | 2021-08-18 12:38:23 +0200 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2021-08-18 12:38:23 +0200 |
| commit | f9fb0f980645550459e651f672a132d47a76f8da (patch) | |
| tree | 9ae1fde326526fbaa8c55f1e8b61c149c1314ea7 /setup.py | |
| parent | fe40d2912824845d6304b56721886fb7db6470ff (diff) | |
| download | feedgenerator-f9fb0f980645550459e651f672a132d47a76f8da.tar.gz | |
Update code for Python 3.6+
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
