Python style formatting

This commit is contained in:
Ivan Kravets
2016-10-31 20:05:34 +02:00
parent 653f8b87ec
commit a251470ebd
20 changed files with 141 additions and 108 deletions

View File

@@ -113,6 +113,7 @@ def lib_update(lm, libraries, only_check):
for library in libraries:
lm.update(library, only_check=only_check)
#######
LIBLIST_TPL = ("[{id:^14}] {name:<25} {compatibility:<30} "