This commit is contained in:
Phill 2019-05-23 20:49:13 +01:00
parent dd0d531be3
commit 3476174313
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ from pathlib import Path
from unittest import TestCase
from unittest.mock import MagicMock, patch
from openlp.core.common.path import create_paths, files_to_paths, path_to_str, replace_params, str_to_path, which
from openlp.core.common.path import create_paths, files_to_paths, path_to_str, replace_params, str_to_path, which
class TestShutil(TestCase):