Python: move python-modules/generic to interpreter folder
This commit is contained in:
8
pkgs/development/interpreters/python/run_setup.py
Normal file
8
pkgs/development/interpreters/python/run_setup.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import setuptools
|
||||
import tokenize
|
||||
|
||||
__file__='setup.py';
|
||||
|
||||
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
|
||||
Reference in New Issue
Block a user