Skip to content

Commit

Permalink
fix importing in tests/quarkify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Mar 31, 2024
1 parent e3b0a59 commit 5e3b33b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/quarkify.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# we really need to find a proper way to do this
import sys
sys.path[0] = "/".join(sys.path[0].split("/")[:-1])

from quarkdown import quarkify


Expand Down

0 comments on commit 5e3b33b

Please sign in to comment.