Make it possible invoke "./client.py" rather than "python client.py" by fixing the file permissions and switching the interpreter to a more portable invocation. r=Standard8. no bug.
Make it possible invoke "./client.py" rather than "python client.py" by fixing the file permissions and switching the interpreter to a more portable invocation. r=Standard8. no bug.
old mode 100644
new mode 100755
--- a/client.py
+++ b/client.py
@@ -1,9 +1,9 @@
-#!/usr/bin/python
+#!/usr/bin/env python
LDAPCSDK_CO_TAG = 'LDAPCSDK_6_0_6B_MOZILLA_RTM'
CHATZILLA_CO_TAG = 'HEAD'
LDAPCSDK_DIRS = ('directory/c-sdk',)
CHATZILLA_DIRS = ('extensions/irc',)