Statistics
| Branch: | Tag: | Revision:

root / ncclient / content / __init__.py @ 8b4b9936

History | View | Annotate | Download (690 Bytes)

1 c3d6fa74 Shikhar Bhushan
# Copyright 2009 Shikhar Bhushan
2 c3d6fa74 Shikhar Bhushan
#
3 c3d6fa74 Shikhar Bhushan
# Licensed under the Apache License, Version 2.0 (the "License");
4 c3d6fa74 Shikhar Bhushan
# you may not use this file except in compliance with the License.
5 c3d6fa74 Shikhar Bhushan
# You may obtain a copy of the License at
6 c3d6fa74 Shikhar Bhushan
#
7 c3d6fa74 Shikhar Bhushan
#    http://www.apache.org/licenses/LICENSE-2.0
8 c3d6fa74 Shikhar Bhushan
#
9 c3d6fa74 Shikhar Bhushan
# Unless required by applicable law or agreed to in writing, software
10 c3d6fa74 Shikhar Bhushan
# distributed under the License is distributed on an "AS IS" BASIS,
11 c3d6fa74 Shikhar Bhushan
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 c3d6fa74 Shikhar Bhushan
# See the License for the specific language governing permissions and
13 c3d6fa74 Shikhar Bhushan
# limitations under the License.
14 c3d6fa74 Shikhar Bhushan
15 8b4b9936 Shikhar Bhushan
'This module serves as an XML abstraction layer'
16 8b4b9936 Shikhar Bhushan
17 8b4b9936 Shikhar Bhushan
import logging
18 8b4b9936 Shikhar Bhushan
logger = logging.getLogger('ncclient.content')