From 1302c811bd2477361bafea538653eff01f2f4e40 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 11 Aug 2008 17:08:23 -0700 Subject: [PATCH] Change the shebang line for the pyhesiodfs example --- routefs/examples/pyhesiodfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routefs/examples/pyhesiodfs.py b/routefs/examples/pyhesiodfs.py index 6c5f77b..0392bce 100755 --- a/routefs/examples/pyhesiodfs.py +++ b/routefs/examples/pyhesiodfs.py @@ -1,4 +1,4 @@ -#!/sw/bin/python2.5 +#!/usr/bin/python import hesiod import routefs -- 1.7.9.5