* only bibtex format is supported * all tests except test_repo.py and edit test pass * edit and update commands were not updated * removed --format argument from export, only bibtex is supported.
3 lines
102 B
Python
3 lines
102 B
Python
# Adjusting paths.
|
|
import os, sys
|
|
sys.path.insert(0, os.path.abspath(os.path.join(__file__, '../..'))) |