Skip to content

Commit

Permalink
plz fuck off now
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bartlett committed Jan 25, 2019
1 parent e0a4070 commit e892485
Show file tree
Hide file tree
Showing 564 changed files with 97,139 additions and 95,565 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
render/*
*.sfk
venv/
Binary file added 05 - Track 05.mp3
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Apeirogons/tree_2_3_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def unit(vector):

pqr = [ eval(s) for s in sys.argv[1:] ]
if len(pqr)>3:
print "too many numbers; dropping last"
print "too many numbers; dropping last"
pqr = pqr[:3]
if sum([ Fraction(1,x) for x in pqr ]) >= 1:
print "the reciprocals of the numbers must add to less than 1"
Expand Down
Binary file not shown.
Binary file added nice.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion venv/lib/python3.7/site-packages/pip/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.0.1"
__version__ = "18.0"
38 changes: 19 additions & 19 deletions venv/lib/python3.7/site-packages/pip/__main__.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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)

from pip._internal import main as _main # noqa

if __name__ == '__main__':
sys.exit(_main())
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)

from pip._internal import main as _main # isort:skip # noqa

if __name__ == '__main__':
sys.exit(_main())
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit e892485

Please sign in to comment.