| .. | |||||
| Activate.ps1 | |||||
| activate | |||||
| activate.csh | |||||
| activate.fish | |||||
| alembic | |||||
| distro | |||||
| identify-cli | |||||
| mako-render | |||||
| nodeenv | |||||
| normalizer | |||||
| nosetests | |||||
| nosetests-3.4 | |||||
| pip | |||||
| pip3 | |||||
| pip3.12 | |||||
| pre-commit | |||||
| python | |||||
| python3 | |||||
| python3.12 | |||||
| virtualenv | |||||
| wheel |
#!/opt/hc_python/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from nose import run_exit
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(run_exit())
| .. | |||||
| Activate.ps1 | |||||
| activate | |||||
| activate.csh | |||||
| activate.fish | |||||
| alembic | |||||
| distro | |||||
| identify-cli | |||||
| mako-render | |||||
| nodeenv | |||||
| normalizer | |||||
| nosetests | |||||
| nosetests-3.4 | |||||
| pip | |||||
| pip3 | |||||
| pip3.12 | |||||
| pre-commit | |||||
| python | |||||
| python3 | |||||
| python3.12 | |||||
| virtualenv | |||||
| wheel |