Changeset 194


Ignore:
Timestamp:
07/31/12 00:42:10 (12 years ago)
Author:
atzm
Message:
  • depends on PyYAML
Location:
etherws/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • etherws/trunk/etherws.py

    r193 r194  
    4343import time 
    4444import json 
     45import yaml 
    4546import fcntl 
    4647import base64 
     
    714715 
    715716def start_ctl(args): 
    716     import yaml 
    717  
    718717    def request(args, method, params): 
    719718        method = '.'.join([EtherWebSocketControlHandler.NAMESPACE, method]) 
  • etherws/trunk/setup.py

    r183 r194  
    3737setup( 
    3838    name='etherws', 
    39     version='0.7', 
    40     description='Ethernet over WebSocket tunneling server/client', 
     39    version='1.0', 
     40    description='Ethernet over WebSocket', 
    4141    long_description=longdesc, 
    4242    author='Atzm WATANABE', 
     
    5151        'websocket-client>=0.7.0', 
    5252        'tornado>=2.3', 
     53        'PyYAML>=3.10', 
    5354    ], 
    5455    classifiers=[ 
Note: See TracChangeset for help on using the changeset viewer.