generated .py files might need to be byte-compiled and installed

This commit is contained in:
Thomas Nagy 2015-06-11 18:15:10 +02:00
parent a12bfc9a94
commit c91214e216
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ def process_py(self, node):
"""
Add signature of .py file, so it will be byte-compiled when necessary
"""
assert(node.get_bld_sig())
assert(getattr(self, 'install_path')), 'add features="py"'
# where to install the python file