repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix the spelling in whole piglit
[piglit.git]
/
generated_tests
/
modules
/
__init__.py
blob
6dfd6518b83f82f2f347dfc56a1d1f1aae075525
1
# coding=utf-8
2
import
importlib
3
import
os
4
import
sys
5
6
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
7
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
,
'..'
,
'framework'
)))