summaryrefslogtreecommitdiff
path: root/venv/bin/easy_install
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2019-08-05 08:32:33 +0000
committerShubham Saini <shubham6405@gmail.com>2019-08-05 08:32:33 +0000
commit227b2d30a8675b44918f9d9ca89b24144a938215 (patch)
tree9f8e6a28724514b6fdf463a9ab2067a7ef309b72 /venv/bin/easy_install
parent842a8cfbbbdb1f92889d892e4859dbd5d40c5be8 (diff)
removing venv files
Diffstat (limited to 'venv/bin/easy_install')
-rwxr-xr-xvenv/bin/easy_install12
1 files changed, 0 insertions, 12 deletions
diff --git a/venv/bin/easy_install b/venv/bin/easy_install
deleted file mode 100755
index 136abd1..0000000
--- a/venv/bin/easy_install
+++ /dev/null
@@ -1,12 +0,0 @@
1#!/home/a9o9/PycharmProjects/network_scanner/venv/bin/python
2# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==39.1.0','console_scripts','easy_install'
3__requires__ = 'setuptools==39.1.0'
4import re
5import sys
6from pkg_resources import load_entry_point
7
8if __name__ == '__main__':
9 sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
10 sys.exit(
11 load_entry_point('setuptools==39.1.0', 'console_scripts', 'easy_install')()
12 )