webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

_version.py (80B)


      1 __version_info__ = (1, 5, 3)
      2 __version__ = '.'.join(map(str, __version_info__))