Replace remaining python2.4 shebang lines.

Fixes #40.
diff --git a/expandsymlinks.py b/expandsymlinks.py
index 8213622..59d5ab0 100644
--- a/expandsymlinks.py
+++ b/expandsymlinks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # Copyright 2014 Google Inc. All Rights Reserved.