fix: imports

pull/6/head 0.5.1
alufers 3 years ago
parent 4e48b7ee83
commit 3efff2273a

@ -13,10 +13,10 @@ import os
import argparse import argparse
import ruamel.yaml import ruamel.yaml
import re import re
import swagger_util import mitmproxy2swagger.console_util
from har_capture_reader import HarCaptureReader, har_archive_heuristic from mitmproxy2swagger.har_capture_reader import HarCaptureReader, har_archive_heuristic
from mitmproxy_capture_reader import MitmproxyCaptureReader, mitmproxy_dump_file_huristic from mitmproxy2swagger.mitmproxy_capture_reader import MitmproxyCaptureReader, mitmproxy_dump_file_huristic
import console_util import mitmproxy2swagger.console_util
def path_to_regex(path): def path_to_regex(path):
# replace the path template with a regex # replace the path template with a regex

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "mitmproxy2swagger" name = "mitmproxy2swagger"
version = "0.5.0" version = "0.5.1"
description = "" description = ""
authors = ["alufers <alufers@wp.pl>"] authors = ["alufers <alufers@wp.pl>"]
readme = "README.md" readme = "README.md"

Loading…
Cancel
Save