mitmproxy/pathod/version.py

7 lines
165 B
Python
Raw Normal View History

2015-07-21 22:16:38 +00:00
from __future__ import (absolute_import, print_function, division)
2016-05-11 19:02:19 +00:00
from netlib.version import VERSION, IVERSION
NAME = "pathod"
NAMEVERSION = NAME + " " + VERSION