* [PATCH] ftp-client: fix syntax error
@ 2013-05-16 17:27 Emilio Pozuelo Monfort
2013-05-17 7:30 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Emilio Pozuelo Monfort @ 2013-05-16 17:27 UTC (permalink / raw)
To: linux-bluetooth
---
test/ftp-client | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/ftp-client b/test/ftp-client
index eec910a..ae3cbcb 100755
--- a/test/ftp-client
+++ b/test/ftp-client
@@ -68,7 +68,7 @@ class FtpClient:
print("Operation succeeded")
def error(self, err):
- print err
+ print(err)
mainloop.quit()
def properties_changed(self, interface, properties, invalidated, path):
--
1.8.3.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-17 7:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 17:27 [PATCH] ftp-client: fix syntax error Emilio Pozuelo Monfort
2013-05-17 7:30 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).