mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
removing unused is_version function
This commit is contained in:
@@ -353,10 +353,6 @@ def do_create_virtualenv(three=None, python=None):
|
||||
do_where(virtualenv=True, bare=False)
|
||||
|
||||
|
||||
def is_version(text):
|
||||
return re.match('^[\d]+\.[\d]+.*', text) or False
|
||||
|
||||
|
||||
def parse_download_fname(fname, name):
|
||||
fname, fextension = os.path.splitext(fname)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user