Skip to content

Commit

Permalink
Python3Generator has the source in the src folder [feenkcom/gtoolkit#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed May 14, 2024
1 parent 8237236 commit 6b14bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BaselineOfPythonBridge >> baseline: spec [
baseline: 'OSSubprocess' with: [
spec repository: 'github://feenkcom/OSSubprocess:main/repository' ];
baseline: 'Python3Generator' with: [
spec repository: 'github://juliendelplanque/Python3Generator:v2.0.0/repository' ];
spec repository: 'github://juliendelplanque/Python3Generator:v2.0.0/src' ];
baseline: 'NeoJSON' with: [
spec repository: 'github://svenvc/NeoJSON:master/repository' ];
baseline: 'MessagePack' with: [
Expand Down

0 comments on commit 6b14bd0

Please sign in to comment.