Eliminado venv y www del repositorio, agrege un requirements igual
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from distutils.dep_util import newer_group
|
||||
|
||||
|
||||
# yes, this is was almost entirely copy-pasted from
|
||||
# 'newer_pairwise()', this is just another convenience
|
||||
# function.
|
||||
@@ -10,7 +11,8 @@ def newer_pairwise_group(sources_groups, targets):
|
||||
of 'newer_group()'.
|
||||
"""
|
||||
if len(sources_groups) != len(targets):
|
||||
raise ValueError("'sources_group' and 'targets' must be the same length")
|
||||
raise ValueError(
|
||||
"'sources_group' and 'targets' must be the same length")
|
||||
|
||||
# build a pair of lists (sources_groups, targets) where source is newer
|
||||
n_sources = []
|
||||
|
||||
Reference in New Issue
Block a user