mirror of https://github.com/go-python/gopy.git
py: white noise
This commit is contained in:
parent
4144ba4d58
commit
c440f74559
|
@ -151,6 +151,5 @@ static PyMethodDef GoPy_hi_Methods[] = {
|
|||
PyMODINIT_FUNC
|
||||
inithi(void)
|
||||
{
|
||||
(void) Py_InitModule3("hi", GoPy_hi_Methods, "FIXME(sbinet): documentation for package hi");
|
||||
(void) Py_InitModule3("hi", GoPy_hi_Methods, "FIXME(sbinet): documentation for package hi");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue