pylint throughout (excluding tests) - imports
This commit is contained in:
parent
2449baed2c
commit
4f42233836
40 changed files with 37 additions and 51 deletions
4
setup.py
4
setup.py
|
|
@ -8,10 +8,10 @@
|
|||
# https://github.com/mmgen/mmgen
|
||||
# https://gitlab.com/mmgen/mmgen
|
||||
|
||||
import sys,os
|
||||
import os
|
||||
from subprocess import run,PIPE
|
||||
from setuptools import setup,Extension
|
||||
from setuptools.command.build_ext import build_ext
|
||||
from subprocess import run,PIPE
|
||||
|
||||
cache_path = os.path.join(os.environ['HOME'],'.cache','mmgen')
|
||||
ext_path = os.path.join(cache_path,'secp256k1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue