From f571ffc6beb34cf0d4a171e5b5aa70a1d2b83658 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 9 Sep 2020 15:51:42 +0200 Subject: Added path test --- suites/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'suites/__init__.py') diff --git a/suites/__init__.py b/suites/__init__.py index 138a69b..68bad1f 100644 --- a/suites/__init__.py +++ b/suites/__init__.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:48 by charles #+# #+# # -# Updated: 2020/07/15 18:24:48 by charles ### ########.fr # +# Updated: 2020/09/09 15:20:22 by charles ### ########.fr # # # # ############################################################################ # @@ -16,4 +16,4 @@ import glob modules = glob.glob(os.path.join(os.path.dirname(__file__), "*.py")) __all__ = [os.path.basename(f)[:-3] for f in modules if os.path.isfile(f) and not f.endswith("__init__.py")] -print(__all__) +# print(__all__) -- cgit