Changeset 194
- Timestamp:
- 07/31/12 00:42:10 (12 years ago)
- Location:
- etherws/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
etherws/trunk/etherws.py
r193 r194 43 43 import time 44 44 import json 45 import yaml 45 46 import fcntl 46 47 import base64 … … 714 715 715 716 def start_ctl(args): 716 import yaml717 718 717 def request(args, method, params): 719 718 method = '.'.join([EtherWebSocketControlHandler.NAMESPACE, method]) -
etherws/trunk/setup.py
r183 r194 37 37 setup( 38 38 name='etherws', 39 version=' 0.7',40 description='Ethernet over WebSocket tunneling server/client',39 version='1.0', 40 description='Ethernet over WebSocket', 41 41 long_description=longdesc, 42 42 author='Atzm WATANABE', … … 51 51 'websocket-client>=0.7.0', 52 52 'tornado>=2.3', 53 'PyYAML>=3.10', 53 54 ], 54 55 classifiers=[
Note: See TracChangeset
for help on using the changeset viewer.