Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
logger-36
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEBREUVE Eric
logger-36
Commits
2f3065e0
Commit
2f3065e0
authored
2 years ago
by
DEBREUVE Eric
Browse files
Options
Downloads
Patches
Plain Diff
import main elements from top-level
parent
e86a038d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
logger_36/__init__.py
+7
-0
7 additions, 0 deletions
logger_36/__init__.py
logger_36/version.py
+1
-1
1 addition, 1 deletion
logger_36/version.py
with
8 additions
and
1 deletion
logger_36/__init__.py
+
7
−
0
View file @
2f3065e0
...
...
@@ -29,4 +29,11 @@
# The fact that you are presently reading this means that you have had
# knowledge of the CeCILL license and that you accept its terms.
from
logger_36.main
import
(
LOGGER
,
AddFileHandler
,
ElapsedTime
,
LogSystemDetails
,
SaveLOGasHTML
,
)
from
logger_36.version
import
__version__
This diff is collapsed.
Click to expand it.
logger_36/version.py
+
1
−
1
View file @
2f3065e0
...
...
@@ -29,4 +29,4 @@
# The fact that you are presently reading this means that you have had
# knowledge of the CeCILL license and that you accept its terms.
__version__
=
"
2023.
1
"
__version__
=
"
2023.
2
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment