mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-07 00:36:13 +00:00
Remove path injection
This commit is contained in:
parent
256c401ef9
commit
086a704f24
8 changed files with 4 additions and 81 deletions
|
@ -1,13 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import division, absolute_import, print_function, unicode_literals
|
||||
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
|
||||
sys.path.insert(0, 'jellyfin_kodi')
|
||||
|
||||
from helper.utils import values # noqa: E402
|
||||
from jellyfin_kodi.helper.utils import values
|
||||
|
||||
item1 = {'foo': 123, 'bar': 456, 'baz': 789}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue