PyLint and PEP8 formatting
This commit is contained in:
@@ -25,6 +25,7 @@ Thanks to the following people for their contributions to this project.
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
logging.captureWarnings(True)
|
||||
@@ -53,5 +54,6 @@ def main():
|
||||
with open(FILENAME, 'wb') as fp:
|
||||
fp.write(text)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
@@ -79,5 +79,6 @@ def main():
|
||||
with open(os.path.join(ROOT, 'rtv.1'), 'w') as fp:
|
||||
fp.write(out)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
@@ -278,5 +278,6 @@ def main():
|
||||
theme = theme_list.next(theme)
|
||||
theme = theme_list.previous(theme)
|
||||
|
||||
|
||||
sys.exit(main())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user