Skip to content

Commit 4a4e45b

Browse files
committed
pasteopenstack.py Python 3 compatibility
1 parent 0bccc70 commit 4a4e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pasteopenstack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
s = ServerProxy('http://paste.openstack.org/xmlrpc/', allow_none=True);
1414
id = s.pastes.newPaste(None, text, None, filename)
1515

16-
print 'http://paste.openstack.org/show/%s/' % id
16+
print('http://paste.openstack.org/show/%s/' % id)

0 commit comments

Comments
 (0)