forked from len0rd/rockbox
deploy: Fix various style issues.
Fix various pylint issues and some python3 compatibility. Change-Id: I2c35ccc5ad2d0902c229f9de57912cf6d5a83ece
This commit is contained in:
parent
aefbc13e19
commit
440791105a
5 changed files with 139 additions and 130 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import gitscraper
|
||||
import os
|
||||
import sys
|
||||
import gitscraper
|
||||
|
||||
if len(sys.argv) < 2:
|
||||
print("Usage: %s <version|hash>" % sys.argv[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue