login page
This commit is contained in:
8
Lib/site-packages/pipenv/vendor/pythonfinder/exceptions.py
vendored
Normal file
8
Lib/site-packages/pipenv/vendor/pythonfinder/exceptions.py
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding=utf-8 -*-
|
||||
from __future__ import absolute_import, print_function
|
||||
|
||||
|
||||
class InvalidPythonVersion(Exception):
|
||||
"""Raised when parsing an invalid python version"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user