fixing errors

This commit is contained in:
2013-07-06 20:28:49 +10:00
parent b8acbcbdc1
commit 74b50ef3a2
5 changed files with 27 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ Created on Fri Jul 5 14:10:47 2013
"""
import MySQLdb as mdb
from libtvdatasource import TVShow
from libtvshow import TVShow
class MythTV:
def RetrieveEpisodeData(serverAddress, user, password, database, inputFile):