We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b676ae4 commit 544e242Copy full SHA for 544e242
1 file changed
tests/test_path_helper.py
@@ -1,9 +1,9 @@
1
# -*- encoding: utf-8 -*-
2
-import unittest
3
-import sys
4
import os
+import sys
+import unittest
5
6
-from FileManager.pathhelper import computer_friendly, user_friendly
+from FileManager.libs.pathhelper import computer_friendly, user_friendly
7
8
9
class PathHelperTest(unittest.TestCase):
0 commit comments