Changeset: dc782206f49e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc782206f49e Modified Files: python/setup.py Branch: Oct2010 Log Message:
Add a #! thingy and make executable. This is easier for me to get the right Python (i.e. not Cygwin) to execute the script on Windows. diffs (9 lines): diff -r 8ae393b9de1e -r dc782206f49e python/setup.py --- a/python/setup.py Mon Sep 20 14:10:20 2010 +0200 +++ b/python/setup.py Mon Sep 20 16:17:22 2010 +0200 @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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 # compliance with the License. You may obtain a copy of the License at _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list