From: Gbkng Date: Wed, 14 Feb 2024 22:42:27 +0000 (+0100) Subject: fix(__init__): module name tests->test X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba7cbfa652d645f4d403b31e7dc257f94dceb8f8;p=tools%2Fsat.git fix(__init__): module name tests->test --- diff --git a/__init__.py b/__init__.py index 89031f2..b7c1ee8 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__all__ = ["src", "commands", "tests"] \ No newline at end of file +__all__ = ["src", "commands", "test"] \ No newline at end of file