changeset 1012:88110cd58caa

fix #! in bumppad Ignore-this: 8b79954405be8619669524fb875081a6
author drewp@bigasterisk.com
date Sat, 26 Apr 2014 17:48:55 +0000
parents 78690efc866c
children bbbfd5964940
files bin/bumppad
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/bumppad	Sat Apr 26 17:48:44 2014 +0000
+++ b/bin/bumppad	Sat Apr 26 17:48:55 2014 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!bin/python
 from __future__ import division,nested_scopes
 import sys, time, math
 import Tkinter as tk