Changeset: 9813105aadfc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9813105aadfc Modified Files: clients/python2/examples/mclient.py clients/python3/examples/mclient.py Branch: Oct2012 Log Message:
mclient.py: update shebang to reflect target python version since these examples aren't installed as binaries at the moment, we don't need to have the shebang right. diffs (18 lines): diff --git a/clients/python2/examples/mclient.py b/clients/python2/examples/mclient.py --- a/clients/python2/examples/mclient.py +++ b/clients/python2/examples/mclient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # The contents of this file are subject to the MonetDB Public License # Version 1.1 (the "License"); you may not use this file except in diff --git a/clients/python3/examples/mclient.py b/clients/python3/examples/mclient.py --- a/clients/python3/examples/mclient.py +++ b/clients/python3/examples/mclient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # The contents of this file are subject to the MonetDB Public License # Version 1.1 (the "License"); you may not use this file except in _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list