summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/myth_mtc.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-15 16:10:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-15 16:10:16 (GMT)
commit094bbec4072b32b2d9d81fb94fd262f60611f7e8 (patch)
tree3f8f21dbc101581d8e5055ca1dd687b0b0995fb6 /abs/core/LinHES-system/myth_mtc.py
parent7279cd5152033f4d20b55392559581a8df72b66f (diff)
downloadlinhes_pkgbuild-094bbec4072b32b2d9d81fb94fd262f60611f7e8.zip
linhes_pkgbuild-094bbec4072b32b2d9d81fb94fd262f60611f7e8.tar.gz
linhes_pkgbuild-094bbec4072b32b2d9d81fb94fd262f60611f7e8.tar.bz2
LinHES-system:
-updated for python2 -removed firstboot -added msg_client and msg_daemon -moved displaying help to later in the seq. LinHES-session now uses msg_client
Diffstat (limited to 'abs/core/LinHES-system/myth_mtc.py')
-rwxr-xr-xabs/core/LinHES-system/myth_mtc.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/abs/core/LinHES-system/myth_mtc.py b/abs/core/LinHES-system/myth_mtc.py
index 6fd53a7..a5f02a0 100755
--- a/abs/core/LinHES-system/myth_mtc.py
+++ b/abs/core/LinHES-system/myth_mtc.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-
-
+#!/usr/bin/python2
import sys, subprocess
import optparse
import re
@@ -8,8 +6,6 @@ import socket
import os
import datetime,time
-
-
try:
from MythTV import MythBE
mythtv = MythBE()