summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/search.py')
-rw-r--r--pym/_emerge/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/search.py b/pym/_emerge/search.py
index 355307972..f0611f28a 100644
--- a/pym/_emerge/search.py
+++ b/pym/_emerge/search.py
@@ -341,7 +341,7 @@ class search(object):
break
if myebuild and file_size_str is None:
- mystr = str(mysum[0] / 1024)
+ mystr = str(mysum[0] // 1024)
mycount = len(mystr)
while (mycount > 3):
mycount -= 3