mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove easter egg
This commit is contained in:
@@ -1634,13 +1634,6 @@ def format_pip_output(out, r=None):
|
||||
out = '\n'.join([l for l in gen(out)])
|
||||
return out
|
||||
|
||||
|
||||
|
||||
|
||||
# |\/| /\ |) [- ]3 `/
|
||||
# . . .-. . . . . .-. .-. . . .-. .-. .-. .-. .-.
|
||||
# |< |- |\| |\| |- | |-| |( |- | | /
|
||||
# ' ` `-' ' ` ' ` `-' ' ' ` ' ' `-' `-' ' `-'
|
||||
def warn_in_virtualenv():
|
||||
if PIPENV_USE_SYSTEM:
|
||||
# Only warn if pipenv isn't already active.
|
||||
|
||||
Reference in New Issue
Block a user