~michael.nelson/software-center/833982-purchased-app-not-available

« back to all changes in this revision

Viewing changes to test/xapian_query.py

  • Committer: Michael Nelson
  • Date: 2012-01-17 09:26:22 UTC
  • mfrom: (2653.2.4 software-center)
  • Revision ID: michael.nelson@canonical.com-20120117092622-obj519f7fmi5zu1j
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
from softwarecenter.enums import XAPIAN_VALUE_POPCON
8
8
 
 
9
from testutils import setup_test_env
 
10
setup_test_env()
 
11
 
9
12
if __name__ == "__main__":
10
13
 
11
14
    search_term = sys.argv[1]