diff bin/bumppad @ 1012:88110cd58caa

fix #! in bumppad Ignore-this: 8b79954405be8619669524fb875081a6
author drewp@bigasterisk.com
date Sat, 26 Apr 2014 17:48:55 +0000
parents 5104e5e2380f
children 7772cc48e016
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