pylint throughout (excluding tests) - imports

This commit is contained in:
The MMGen Project 2023-10-11 12:58:48 +00:00
commit 4f42233836
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
40 changed files with 37 additions and 51 deletions

View file

@ -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')