diff options
author | Nicola Corna <nicola@corna.info> | 2020-08-25 18:47:53 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-08-25 20:43:07 +0200 |
commit | 6f888e14aea09d23c3201c825a7a917efd1c066c (patch) | |
tree | fe389de01716aa4c8bc7e8be3165e3228f3a9924 /python | |
parent | 2d7db512006d2d3fba09851970959640842f4435 (diff) | |
download | ghdl-6f888e14aea09d23c3201c825a7a917efd1c066c.tar.gz ghdl-6f888e14aea09d23c3201c825a7a917efd1c066c.tar.bz2 ghdl-6f888e14aea09d23c3201c825a7a917efd1c066c.zip |
Remove unused 'import distutils.command.build_py'
Diffstat (limited to 'python')
-rw-r--r-- | python/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index ced7e1cc3..cbba0ba6b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -import distutils.command.build_py from distutils.core import setup import re |