File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
toolbox/utils/third-party-generator Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased] ( https://github.com/Orange-OpenSource/floss-toolbox/compare/2.19.0..dev )
9
9
10
+ ### Fixed
11
+
12
+ - [ Utils] Fix missing import in configuration.py
13
+
10
14
## [ 2.19.0] ( https://github.com/Orange-OpenSource/floss-toolbox/compare/2.19.0..2.18.0 ) - 2024-04-03
11
15
12
16
### Added
Original file line number Diff line number Diff line change 10
10
# Authors: See CONTRIBUTORS.txt
11
11
# Software description: A toolbox of scripts to help work of forges admins and open source referents
12
12
13
- # Version.............: 3.0.0
13
+ # Version.............: 3.0.1
14
14
# Since...............: 12/03/2024
15
15
# Description.........: Just to list managed licenses and share values between scripts
16
16
17
+ import sys
17
18
sys .path .append ('../_' )
18
19
from licenses import *
19
20
You can’t perform that action at this time.
0 commit comments