From 5f0f2f90361a4c0a76478b288998595fc3ddebd2 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 8 Apr 2020 10:38:14 -0300 Subject: Added my old emacs config --- .emacs.d.back/.python-environments/default/bin/wheel | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .emacs.d.back/.python-environments/default/bin/wheel (limited to '.emacs.d.back/.python-environments/default/bin/wheel') diff --git a/.emacs.d.back/.python-environments/default/bin/wheel b/.emacs.d.back/.python-environments/default/bin/wheel new file mode 100755 index 00000000..ea0fa745 --- /dev/null +++ b/.emacs.d.back/.python-environments/default/bin/wheel @@ -0,0 +1,11 @@ +#!/home/roger/.emacs.d/.python-environments/default/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from wheel.cli import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) -- cgit v1.2.3