Files
sshuttle/sshuttle/__init__.py
vieira 05bacf6fd6 Use argparse for command line options
Fixes the kind of problems reported on #75 but does break the command
line "API" (hopefully).
2016-03-22 13:12:59 +11:00

5 lines
109 B
Python

try:
from sshuttle.version import version as __version__
except ImportError:
__version__ = "unknown"