mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
4 lines
63 B
Python
4 lines
63 B
Python
import sys
|
|
sys.path.append("../deps/v8/tools")
|
|
import jsmin
|