Skip to content
Snippets Groups Projects

TCKs for HLT1

Merged Roel Aaij requested to merge standalone_property_default_values into master
10 files
+ 72
62
Compare changes
  • Side-by-side
  • Inline
Files
10
import os
__path__ += [
d
for d in [
d for d in [
os.path.realpath(
os.path.join(
os.path.dirname(__file__),
"..",
"..",
"configuration",
)
)
]
if os.path.exists(d)
))
] if os.path.exists(d)
]
Loading