Improving localization
[findit] / src / files / search.py
index 4816c90..6b15c4b 100755 (executable)
@@ -6,7 +6,7 @@ from os import walk
 from os.path import join, abspath, normcase, basename, isdir, getsize
 from heapq import nlargest
 
-from misc import *
+from misc import size_hum_read, _
 
 #==============================================================================