node/tools/pip/sitecustomize.py
cclauss 0c39290201 build: add lint-py which uses flake8
PR-URL: https://github.com/nodejs/node/pull/21952
Reviewed-By: Refael Ackermann <refack@gmail.com>
2018-10-24 17:19:28 -04:00

4 lines
102 B
Python

import os
import site
site.addsitedir(os.path.dirname(os.path.realpath(__file__)) + '/site-packages')