mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2026-01-14 13:26:16 +00:00
Major cleanup, added all old files (python2) to 'old_v0.1' folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Shim to wrap setup.py invocation with setuptools
|
||||
SETUPTOOLS_SHIM = (
|
||||
"import setuptools, tokenize;__file__=%r;"
|
||||
"f=getattr(tokenize, 'open', open)(__file__);"
|
||||
"code=f.read().replace('\\r\\n', '\\n');"
|
||||
"f.close();"
|
||||
"exec(compile(code, __file__, 'exec'))"
|
||||
)
|
||||
Reference in New Issue
Block a user