pruned venvs
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#!/root/projekti/TeraHz/backend/venv/bin/python3
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'future==0.17.1','console_scripts','pasteurize'
|
||||
__requires__ = 'future==0.17.1'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('future==0.17.1', 'console_scripts', 'pasteurize')()
|
||||
)
|
||||
Reference in New Issue
Block a user