This website requires JavaScript.
Explore
Help
Sign In
drewcassidy
/
quicktex
Watch
1
Star
0
Fork
0
You've already forked quicktex
mirror of
https://github.com/drewcassidy/quicktex.git
synced
2024-09-13 06:37:34 +00:00
Code
Issues
Projects
Releases
Activity
1c86b09ca0
quicktex
/
tests
/
__init__.py
4 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Remove test images as a submodule They were causing problems for users without LFS installed, and unnecessary except for tests
2021-04-13 08:15:59 +00:00
import
os
.
path
images_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
)
)
,
'
images
'
)
Reference in New Issue
Copy Permalink