summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xql/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ql/console.py b/ql/console.py
index dede956..6751b83 100755
--- a/ql/console.py
+++ b/ql/console.py
@@ -21,7 +21,7 @@ class Console(object):
def process_table(self, table):
lineup = self.get_lineup(table)
print(lineup.info)
- print()
+ print('')
# Python 2.x workaround
global input
try: