Commit 086d4296 authored by Kirill Smelkov's avatar Kirill Smelkov

golang: gimport works on Py3

9c61f254 (pygopath: Initial draft) has a "TODO py3 support", probably
because https://stackoverflow.com/a/67692 shows different codes for
Python2 and Python3.

However today we have tox coverage for all Python2.7, Python3.6 and
Python3.7 and everything works including gimport tests.

-> Remove the TODO.
parent 7d08f078
......@@ -89,5 +89,4 @@ def _gimport(name):
# https://stackoverflow.com/a/67692
# TODO py3 support
return imp.load_source(modname, modpath)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment