mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Merge branch 'wip-postfetch-chain' into qa
* wip-postfetch-chain: fix import to fix plugins
This commit is contained in:
commit
d2f9050ee5
@ -34,6 +34,7 @@ import warcprox
|
|||||||
import certauth
|
import certauth
|
||||||
import functools
|
import functools
|
||||||
import doublethink
|
import doublethink
|
||||||
|
import importlib
|
||||||
|
|
||||||
class Factory:
|
class Factory:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -42,7 +42,6 @@ import certauth.certauth
|
|||||||
import warcprox
|
import warcprox
|
||||||
import doublethink
|
import doublethink
|
||||||
import cryptography.hazmat.backends.openssl
|
import cryptography.hazmat.backends.openssl
|
||||||
import importlib
|
|
||||||
|
|
||||||
class BetterArgumentDefaultsHelpFormatter(
|
class BetterArgumentDefaultsHelpFormatter(
|
||||||
argparse.ArgumentDefaultsHelpFormatter,
|
argparse.ArgumentDefaultsHelpFormatter,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user