Revision 6625258b ncclient/operations/__init__.py

b/ncclient/operations/__init__.py
24 24
#from notification import CreateSubscription
25 25

  
26 26
__all__ = [
27
#    'Get',
28
#    'GetConfig',
29
#    'EditConfig',
30
#    'DeleteConfig',
31
#    'Lock',
32
#    'Unlock',
27
    #'Get',
28
    #'GetConfig',
29
    #'EditConfig',
30
    #'DeleteConfig',
31
    'Lock',
32
    'Unlock',
33 33
    'CloseSession',
34 34
    'KillSession',
35 35
#    'CreateSubscription',
36
#    ]
36
]

Also available in: Unified diff