python3 incompatibility fixed
This commit is contained in:
@@ -407,7 +407,7 @@ class entry_collection:
|
|||||||
if self.banner:
|
if self.banner:
|
||||||
print("\n".join(self.banner))
|
print("\n".join(self.banner))
|
||||||
for row in formatted:
|
for row in formatted:
|
||||||
print '|'.join(row)
|
print('|'.join(row))
|
||||||
|
|
||||||
def launch(self, key):
|
def launch(self, key):
|
||||||
''' launch the given entry '''
|
''' launch the given entry '''
|
||||||
|
|||||||
Reference in New Issue
Block a user