Revision 35ad9d81 ncclient/content/__init__.py

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

  
15
from ..error import ClientError, NETCONFError
15
NETCONF_NS = 'urn:ietf:params:xml:ns:netconf:base:1.0'
16 16

  
17
class ContentError(ClientError): pass
18

  
19
class ValidationError(NETCONFError): pass

Also available in: Unified diff