Update pew patch

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-04-21 01:54:56 -04:00
parent bfa5123f8b
commit 10bf7a2223
2 changed files with 13 additions and 3 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
safety
git+https://github.com/jumpscale7/python-consistent-toml.git#egg=contoml
crayons==0.1.2
pew==1.1.0
pew==1.1.5
pipfile==0.0.2
pip-tools==1.10.1
pip-tools==2.0.1
prettytoml==0.3
pip==9.0.1
pip==9.0.3
+10
View File
@@ -1,3 +1,13 @@
diff --git a/pipenv/patched/pew/__main__.py b/pipenv/patched/pew/__main__.py
new file mode 100644
index 0000000..2267b8d
--- /dev/null
+++ b/pipenv/patched/pew/__main__.py
@@ -0,0 +1,4 @@
+from . import pew
+
+if __name__ == '__main__':
+ pew.pew.pew()
diff --git a/pipenv/patched/pew/_win_utils.py b/pipenv/patched/pew/_win_utils.py
new file mode 100644
index 0000000..8ab7a0b