Added some unit tests and fixed the mythtv ones

This commit is contained in:
2013-07-13 15:50:47 +10:00
parent 3c2d87e6de
commit b9df25ddf0
3 changed files with 35 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ class EncodeData:
show - The name of the show
"""
def __init__(self, inputfile='', show=None, outputfile=''):
def __init__(self, show=None, inputfile='', outputfile=''):
self.inputfile = inputfile
self.show = show
self.outputfile = outputfile