💄 Fix violations against pylint.
This commit is contained in:
parent
c029ff2055
commit
ef8a05be38
8 changed files with 16 additions and 22 deletions
|
@ -3,11 +3,11 @@
|
|||
import sys
|
||||
import os
|
||||
|
||||
from lib.util import *
|
||||
from lib.util import safe_mkdir, extract_zip, tempdir, download
|
||||
|
||||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
FRAMEWORKS_URL='https://gh-contractor-zcbenz.s3.amazonaws.com/frameworks'
|
||||
FRAMEWORKS_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/frameworks'
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue