mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 00:40:49 +00:00
autopep
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
from optparse import OptionParser, OptionGroup
|
||||
import datetime
|
||||
import sys
|
||||
import importlib
|
||||
|
||||
from ptulsconv import __name__
|
||||
import ptulsconv
|
||||
from ptulsconv.commands import convert
|
||||
from ptulsconv.reporting import print_status_style, \
|
||||
@@ -84,7 +82,7 @@ def main():
|
||||
|
||||
parser.add_option_group(informational_options)
|
||||
|
||||
print_banner_style("ptulsconv")
|
||||
print_banner_style(ptulsconv.__name__)
|
||||
|
||||
(options, args) = parser.parse_args(sys.argv)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user