Diff between 086b653b66ac24db7ae130801a404aa5d024240b and c15edf746645ce3dca68eb1492088dfe6a737952
Changed Files
| File | Additions | Deletions | Status |
| test/ftp-client | +1 | -1 | modified |
Full Patch
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):