mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 06:46:13 +00:00
Update import path to use kjvstudy_org package name
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
from kjvstudy.kjv import VerseReference
|
||||
from kjvstudy_org.kjv import VerseReference
|
||||
|
||||
def test_verse_references():
|
||||
# Test the parsing of a verse reference string
|
||||
|
||||
Reference in New Issue
Block a user