Changeset - 88110cd58caa
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 11 years ago 2014-04-26 17:48:55
drewp@bigasterisk.com
fix #! in bumppad
Ignore-this: 8b79954405be8619669524fb875081a6
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/bumppad
Show inline comments
 
#!/usr/bin/env python
 
#!bin/python
 
from __future__ import division,nested_scopes
 
import sys, time, math
 
import Tkinter as tk
0 comments (0 inline, 0 general)