This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# This code is licensed according to the main package that it depends on: | |
# http://pypi.python.org/pypi/ssh | |
# License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) | |
# http://www.gnu.org/licenses/lgpl.html | |
import sys, os, os.path | |
import select | |
import SocketServer |