mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 18:34:32 +02:00
Try ../../
This commit is contained in:
parent
e20f62613a
commit
b58352f730
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from subprocess import Popen, PIPE
|
|||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath(".."))
|
||||
sys.path.insert(0, os.path.abspath("../../"))
|
||||
|
||||
|
||||
# -- General configuration ------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue