Changeset: 25579fa95ce9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25579fa95ce9 Modified Files: clients/python3/monetdb/mapi.py Branch: Feb2013 Log Message:
No tabs allowed in Python source code. diffs (12 lines): diff --git a/clients/python3/monetdb/mapi.py b/clients/python3/monetdb/mapi.py --- a/clients/python3/monetdb/mapi.py +++ b/clients/python3/monetdb/mapi.py @@ -191,7 +191,7 @@ class Server(object): password = h.hexdigest() except ValueError as e: raise NotSupportedError(e.message) - else: + else: raise NotSupportedError("We only speak protocol v9") h = hashes.split(",") _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list