We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bccc70 commit 4a4e45bCopy full SHA for 4a4e45b
pasteopenstack.py
@@ -13,4 +13,4 @@
13
s = ServerProxy('http://paste.openstack.org/xmlrpc/', allow_none=True);
14
id = s.pastes.newPaste(None, text, None, filename)
15
16
-print 'http://paste.openstack.org/show/%s/' % id
+print('http://paste.openstack.org/show/%s/' % id)
0 commit comments