From d0918f73620faef73592125c1ca9ece0f997c180 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 5 Sep 2015 13:03:16 +0200 Subject: * pep8 --- src/virtual_table.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/virtual_table.py b/src/virtual_table.py index cd61c42..968b5f7 100644 --- a/src/virtual_table.py +++ b/src/virtual_table.py @@ -1,5 +1,3 @@ -__version__ = '1.0.1' - import sys import glob import re @@ -11,6 +9,8 @@ from os import path from bs4 import BeautifulSoup as bs4 from bs4.element import NavigableString +__version__ = '1.0.1' + class JFRVirtualTable: @@ -415,8 +415,8 @@ if __name__ == '__main__': return unicode(text, sys.getfilesystemencoding()) argument_parser.add_argument('-V', '--version', action='version', - version='%(prog)s {version}'.format( - version=__version__)) + version='%(prog)s {version}'.format( + version=__version__)) argument_parser.add_argument('path', metavar='PATH', help='tournament path with JFR prefix', -- cgit v1.2.3