~mmcg069/software-center/bug855666

« back to all changes in this revision

Viewing changes to utils/query.py

  • Committer: Michael Vogt
  • Date: 2011-05-18 07:44:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1789.
  • Revision ID: michael.vogt@ubuntu.com-20110518074426-zmjmq8cr8qj3wwg1
utils/*: make utils pyflakes clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from optparse import OptionParser
8
8
 
9
9
sys.path.insert(0, "../")
10
 
from softwarecenter.enums import *
11
 
from softwarecenter.utils import *
 
10
from softwarecenter.enums import XAPIAN_VALUE_PKGNAME
 
11
from softwarecenter.paths import XAPIAN_BASE_PATH
 
12
from softwarecenter.utils import ExecutionTime
12
13
 
13
14
def parse_query(parser, search_strings, verbose=True):
14
15
    str_to_prefix = { 'section' : 'AE',