Skip to content
Snippets Groups Projects
Commit 8239bf464f94 authored by Jean-Francois Pieronne's avatar Jean-Francois Pieronne
Browse files

Use Unix syntax, needed for Python3

parent 98cc9e06ecb2
Branches
No related tags found
No related merge requests found
......@@ -93,5 +93,5 @@
fo.close()
return foundModule
found = extract('SYS$LIBRARY:STARLET.REQ')
found = extract('/SYS$LIBRARY/STARLET.REQ')
if not found:
......@@ -97,2 +97,2 @@
if not found:
found = extract('SYS$LIBRARY:LIB.REQ')
found = extract('/SYS$LIBRARY/LIB.REQ')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment