This website works better with JavaScript.
Explore
Help
Sign In
aselimov
/
pubs
Watch
1
Star
0
Fork
You've already forked pubs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c6013d6e52
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c6013d6e52'
${ noResults }
pubs
/
tests
/
__init__.py
5 lines
99 B
Raw
Normal View
History
Unescape
Escape
Fix tests for python 3
9 years ago
import
sys
,
os
this_dir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)
)
sys
.
path
.
insert
(
0
,
this_dir
)