Changeset: c36dbc144941 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c36dbc144941 Added Files: clients/examples/python/mclient-python2.py clients/examples/python/mclient-python3.py Removed Files: clients/examples/python/mclient-python2.py.in clients/examples/python/mclient-python3.py.in Modified Files: clients/python2/Makefile.ag clients/python3/Makefile.ag Branch: Oct2012 Log Message:
mclient.py: was never installed, don't install now either diffs (40 lines): diff --git a/clients/examples/python/mclient-python2.py.in b/clients/examples/python/mclient-python2.py rename from clients/examples/python/mclient-python2.py.in rename to clients/examples/python/mclient-python2.py --- a/clients/examples/python/mclient-python2.py.in +++ b/clients/examples/python/mclient-python2.py @@ -1,4 +1,4 @@ -#!@PYTHON2@ +#!/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/examples/python/mclient-python3.py.in b/clients/examples/python/mclient-python3.py rename from clients/examples/python/mclient-python3.py.in rename to clients/examples/python/mclient-python3.py --- a/clients/examples/python/mclient-python3.py.in +++ b/clients/examples/python/mclient-python3.py @@ -1,4 +1,4 @@ -#!@PYTHON3@ +#!/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 diff --git a/clients/python2/Makefile.ag b/clients/python2/Makefile.ag --- a/clients/python2/Makefile.ag +++ b/clients/python2/Makefile.ag @@ -20,4 +20,4 @@ python2_setup = { } EXTRA_DIST = README.rst setup.py -EXTRA_DIST_DIR = examples monetdb test +EXTRA_DIST_DIR = monetdb test diff --git a/clients/python3/Makefile.ag b/clients/python3/Makefile.ag --- a/clients/python3/Makefile.ag +++ b/clients/python3/Makefile.ag @@ -20,4 +20,4 @@ python3_setup = { } EXTRA_DIST = README.rst setup.py -EXTRA_DIST_DIR = examples monetdb test +EXTRA_DIST_DIR = monetdb test _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list