summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/sql_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/cache/sql_template.py')
-rw-r--r--pym/portage/cache/sql_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/cache/sql_template.py b/pym/portage/cache/sql_template.py
index a4580bdc7..ff9d273ed 100644
--- a/pym/portage/cache/sql_template.py
+++ b/pym/portage/cache/sql_template.py
@@ -284,7 +284,7 @@ class SQLDatabase(template.database):
else:
query = ''
- print "query = SELECT cpv from package_cache natural join values_cache WHERE label=%s %s" % (self.label, query)
+ print("query = SELECT cpv from package_cache natural join values_cache WHERE label=%s %s" % (self.label, query))
try:
self.con.execute("SELECT cpv from package_cache natural join values_cache WHERE label=%s %s" % \
(self.label, query))