Revision 28d42b28 test.py

b/test.py
5 5

  
6 6
with manager.connect('broccoli', 22, username='sbhushan') as m:
7 7
    with m.locked('candidate'):
8
        print m.copy_config(source='running', target='candidate')
8
        reply = m.copy_config(source='running', target='candidate')
9 9

  
10 10
print reply

Also available in: Unified diff