removing debug statements
This commit is contained in:
parent
9a35c1e1f4
commit
3c707b52ac
1 changed files with 0 additions and 2 deletions
|
|
@ -78,13 +78,11 @@ def main(argv):
|
||||||
"""
|
"""
|
||||||
The main program for TVEncoder.
|
The main program for TVEncoder.
|
||||||
"""
|
"""
|
||||||
print argv
|
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(argv, "hlpen:")
|
opts, args = getopt.getopt(argv, "hlpen:")
|
||||||
except getopt.GetoptError:
|
except getopt.GetoptError:
|
||||||
showhelp()
|
showhelp()
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
print opts
|
|
||||||
inputoptions = processarguments(opts)
|
inputoptions = processarguments(opts)
|
||||||
|
|
||||||
settings = Settings("settings.cfg")
|
settings = Settings("settings.cfg")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue