Very little debsearch fix
authorEugene Gagarin <mosfet07@ya.ru>
Thu, 30 Apr 2009 06:42:17 +0000 (10:42 +0400)
committerEugene Gagarin <mosfet07@ya.ru>
Thu, 30 Apr 2009 06:42:17 +0000 (10:42 +0400)
src/debs/search.py

index 1cea7aa..2408e9a 100755 (executable)
@@ -1,11 +1,11 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*-coding: utf-8 -*-
 # vim: sw=4 ts=4 expandtab ai
 
 import apt_pkg
 from heapq import nlargest
 
-from misc import *
+from misc import size_hum_read, _
 
 #==============================================================================