зеркало из https://github.com/mozilla/ff-tool.git
flake8
This commit is contained in:
Родитель
890bc004ad
Коммит
68658aace5
|
@ -12,3 +12,4 @@ Include/
|
|||
Lib/
|
||||
Scripts/
|
||||
pip-selfcheck.json
|
||||
.python-version
|
||||
|
|
|
@ -6,16 +6,9 @@ Module to download OS-specific versions of Firefox:
|
|||
4. Nightly (nightly)
|
||||
"""
|
||||
|
||||
import ConfigParser as configparser # Python 2 only!
|
||||
|
||||
# TBD: enable python 3
|
||||
#try:
|
||||
# import configparser # Python 3
|
||||
#except:
|
||||
# import ConfigParser as configparser # Python 2
|
||||
|
||||
import os
|
||||
import time
|
||||
import ConfigParser as configparser # Python 2 only!
|
||||
|
||||
from fftool import DIR_TEMP_BROWSERS as BASE_DIR, OS_CONFIG as env, Log
|
||||
from firefox_install import install, get_firefox_version
|
||||
|
|
Загрузка…
Ссылка в новой задаче