fixing errors
This commit is contained in:
parent
b8acbcbdc1
commit
74b50ef3a2
5 changed files with 27 additions and 20 deletions
16
libtvshow.py
Normal file
16
libtvshow.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat Jul 6 20:26:22 2013
|
||||
|
||||
@author: shanef
|
||||
"""
|
||||
|
||||
class TVShow:
|
||||
def __init__(self, episode, season, title, subtitle, description, inputFile='', outputFile=''):
|
||||
self.episode = episode
|
||||
self.season = season
|
||||
self.title = title
|
||||
self.subtitle = subtitle
|
||||
self.description = description
|
||||
self.inputFile = inputFile
|
||||
self.outputFile = outputFile
|
||||
Loading…
Add table
Add a link
Reference in a new issue