From 346e320c6e53f0429900a4762ad495784ee3cc3d Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 23 Oct 1999 19:06:56 +0000 Subject: Qualified use of 'newer_group' function. --- Lib/distutils/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py index c9ccd79..23fc3cc 100644 --- a/Lib/distutils/core.py +++ b/Lib/distutils/core.py @@ -849,7 +849,7 @@ class Command: # If 'outfile' must be regenerated (either because it doesn't # exist, is out-of-date, or the 'force' flag is true) then # perform the action that presumably regenerates it - if self.force or newer_group (infiles, outfile): + if self.force or util.newer_group (infiles, outfile): self.execute (func, args, exec_msg, level) # Otherwise, print the "skip" message -- cgit v0.12