flake8 fixes in main.py (How did this ever pass?)

This commit is contained in:
Ed Brannin
2014-08-17 00:23:18 -04:00
parent 9202ffdff8
commit adee80945d

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
#coding: utf-8
# coding: utf-8
from __future__ import print_function
from mkdocs.build import build
@@ -39,6 +39,7 @@ def main(cmd, args, options=None):
else:
print('mkdocs [help|new|build|serve|gh-deploy] {options}')
def run_main():
"""
Invokes main() with the contents of sys.argv