moving forward
authorShikhar Bhushan <shikhar@schmizz.net>
Tue, 5 May 2009 14:21:18 +0000 (14:21 +0000)
committerShikhar Bhushan <shikhar@schmizz.net>
Tue, 5 May 2009 14:21:18 +0000 (14:21 +0000)
commit94803aaf6c9182724d23cecad57faeef418d4d92
tree13fa0b5daa379a05e1fec3cef5a92605cd9fecc2
parent29cd1a5855c1a90ad31b5591b5e6d392b08b35d1
moving forward

git-svn-id: http://ncclient.googlecode.com/svn/trunk@96 6dbcf712-26ac-11de-a2f3-1373824ab735
15 files changed:
ncclient/__init__.py
ncclient/capabilities.py
ncclient/content.py
ncclient/manager.py [new file with mode: 0644]
ncclient/operations/edit.py
ncclient/operations/lock.py
ncclient/operations/notification.py
ncclient/operations/retrieve.py
ncclient/operations/session.py
ncclient/rpc/__init__.py [new file with mode: 0644]
ncclient/rpc/listener.py [new file with mode: 0644]
ncclient/rpc/reply.py
ncclient/rpc/rpc.py
ncclient/transport/session.py
ncclient/transport/ssh.py