mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-08 10:37:25 +02:00
Fixes the kind of problems reported on #75 but does break the command line "API" (hopefully).
5 lines
109 B
Python
5 lines
109 B
Python
try:
|
|
from sshuttle.version import version as __version__
|
|
except ImportError:
|
|
__version__ = "unknown"
|