Skip to content

Commit 687460b

Browse files
author
Kevin Pyle
committed
Build: cpybuilder.py does not use six.py, so remove import
Remove unnecessary import of six.py, so that gcc-python-plugin can be built (although not tested) without installing six.py.
1 parent 4f23afe commit 687460b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpybuilder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
from subprocess import Popen, PIPE
1919
import re
20-
import six
2120

2221
# For the purpose of the GCC plugin, it's OK to assume that we're compiling
2322
# with GCC itself, and thus we can use GCC extensions

0 commit comments

Comments
 (0)