Revision d6688264 ncclient/__init__.py

b/ncclient/__init__.py
12 12
# See the License for the specific language governing permissions and
13 13
# limitations under the License.
14 14

  
15
'''
16
NOTES
17
=====
18

  
19
- operations complete
20
- make operational again
21
- LockContext
22
- op specfic reply objects
23
- manager testing and augmenting
24
parse into dicts??
25

  
26
'''
27

  
15 28
import sys
16 29

  
17 30
if sys.version_info < (2, 6):

Also available in: Unified diff