Hackfut Security File Manager
Current Path:
/usr/lib/python2.6/site-packages/pip
usr
/
lib
/
python2.6
/
site-packages
/
pip
/
📁
..
📄
__init__.py
(10.15 KB)
📄
__init__.pyc
(9.11 KB)
📄
__init__.pyo
(8.93 KB)
📄
__main__.py
(584 B)
📄
__main__.pyc
(488 B)
📄
__main__.pyo
(488 B)
📁
_vendor
📄
basecommand.py
(10.58 KB)
📄
basecommand.pyc
(8.35 KB)
📄
basecommand.pyo
(8.35 KB)
📄
baseparser.py
(10.22 KB)
📄
baseparser.pyc
(10.6 KB)
📄
baseparser.pyo
(10.56 KB)
📄
cmdoptions.py
(14.36 KB)
📄
cmdoptions.pyc
(13.74 KB)
📄
cmdoptions.pyo
(13.74 KB)
📁
commands
📁
compat
📄
download.py
(31.19 KB)
📄
download.pyc
(25.01 KB)
📄
download.pyo
(24.89 KB)
📄
exceptions.py
(1.23 KB)
📄
exceptions.pyc
(3.21 KB)
📄
exceptions.pyo
(3.21 KB)
📄
index.py
(46.73 KB)
📄
index.pyc
(38.31 KB)
📄
index.pyo
(38.24 KB)
📄
locations.py
(6.21 KB)
📄
locations.pyc
(5.42 KB)
📄
locations.pyo
(5.42 KB)
📁
models
📁
operations
📄
pep425tags.py
(4.32 KB)
📄
pep425tags.pyc
(4.02 KB)
📄
pep425tags.pyo
(4.02 KB)
📁
req
📄
status_codes.py
(156 B)
📄
status_codes.pyc
(393 B)
📄
status_codes.pyo
(393 B)
📁
utils
📁
vcs
📄
wheel.py
(29.39 KB)
📄
wheel.pyc
(23.79 KB)
📄
wheel.pyo
(23.61 KB)
Editing: __main__.py
from __future__ import absolute_import import os import sys # If we are running from a wheel, add the wheel to sys.path # This allows the usage python pip-*.whl/pip install pip-*.whl if __package__ == '': # __file__ is pip-*.whl/pip/__main__.py # first dirname call strips of '/__main__.py', second strips off '/pip' # Resulting path is the name of the wheel itself # Add that to sys.path so we can import pip path = os.path.dirname(os.path.dirname(__file__)) sys.path.insert(0, path) import pip # noqa if __name__ == '__main__': sys.exit(pip.main())
Upload File
Create Folder