Commit d4e8180b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5b23c1e2
......@@ -97,11 +97,11 @@ def _with_defaults(what, *argv, **kw):
return what(*argv, **kw)
def PyGoExt(*argv, **kw): return _with_defaults(_PyGoExt, *argv, **kw)
def DSO(*argv, **kw): return _with_defaults(_DSO, *argv, **kw)
# build_py that
# - prevents in-tree wendelin.py & setup.py to be installed
# - synthesizes wendelin/__init__.py on install
......
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