Revision f5c75f88 ncclient/__init__.py

b/ncclient/__init__.py
18 18
    raise RuntimeError('You need python 2.5 for this module.')
19 19

  
20 20
__version__ = "0.05"
21

  
22
class ClientError(Exception):
23
    pass

Also available in: Unified diff