mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Andrew Cassidy
94d88c7e00
Also move test images into the base repo because they're not very big anyways
5 lines
114 B
Python
5 lines
114 B
Python
import os.path
|
|
import unittest
|
|
|
|
images_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'images')
|