Skip to content

Commit 544e242

Browse files
author
DeathAxe
committed
Fix unittest
1 parent b676ae4 commit 544e242

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_path_helper.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
2-
import unittest
3-
import sys
42
import os
3+
import sys
4+
import unittest
55

6-
from FileManager.pathhelper import computer_friendly, user_friendly
6+
from FileManager.libs.pathhelper import computer_friendly, user_friendly
77

88

99
class PathHelperTest(unittest.TestCase):

0 commit comments

Comments
 (0)