summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/optimize_mythdb.py
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-23 03:23:12 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-23 03:23:12 (GMT)
commit1416507fff9c25534bf1c39b44f3b1366f759ec2 (patch)
tree5df199e112623bba4f78fee1cef76cabecd94c10 /abs/core/LinHES-system/optimize_mythdb.py
parent6ef00a2f5a41fd1c1fc814bcd4bf3f981accae2f (diff)
downloadlinhes_pkgbuild-1416507fff9c25534bf1c39b44f3b1366f759ec2.zip
linhes_pkgbuild-1416507fff9c25534bf1c39b44f3b1366f759ec2.tar.gz
linhes_pkgbuild-1416507fff9c25534bf1c39b44f3b1366f759ec2.tar.bz2
LinHES-system: fix python shebangs ; recompile
Diffstat (limited to 'abs/core/LinHES-system/optimize_mythdb.py')
-rwxr-xr-xabs/core/LinHES-system/optimize_mythdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/optimize_mythdb.py b/abs/core/LinHES-system/optimize_mythdb.py
index e7b35ed..8139f63 100755
--- a/abs/core/LinHES-system/optimize_mythdb.py
+++ b/abs/core/LinHES-system/optimize_mythdb.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# import MySQL module
import MySQLdb
import socket