From 9d7a9abe34bdb455292e79301120a8ac039a0d1a Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Thu, 17 Apr 2025 13:37:06 -0400 Subject: [PATCH] splunge! --- scripts/files/filename_helper.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/scripts/files/filename_helper.py b/scripts/files/filename_helper.py index 33fa232f..d515b395 100644 --- a/scripts/files/filename_helper.py +++ b/scripts/files/filename_helper.py @@ -19,9 +19,8 @@ version of the License. Please send any updates to "fred@gruntose.com". """ -#unscanned below here-- monsters !!! - -use Env qw(OS IS_MSYS); +import os +import path ############################################################################ @@ -44,15 +43,12 @@ use Env qw(OS IS_MSYS); # takes an array of filenames (each possibly containing spaces and/or # wildcards) and resolves it to a useful list of actual files. - -python function defs anyone? amazing how fast this stuff vanishes. - def glob_list(original_names: list) -> list: """ takes a set of filenames that may be relative (or really arcane) and globs them into a normal list of filenames. """ -unchecked below here +#hmmm: unscanned below here-- monsters !!! local(@to_return) = (); # the final form of the name list. #print "temp list is @original_names\n"; -- 2.34.1