File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
"""Module containing the implementation of the URIMixin class."""
2
+
2
3
import warnings
3
4
4
5
from . import exceptions as exc
Original file line number Diff line number Diff line change 1
1
"""Exceptions module for rfc3986."""
2
+
2
3
from . import compat
3
4
4
5
Original file line number Diff line number Diff line change 1
1
"""Module containing the implementation of the IRIReference class."""
2
+
2
3
# Copyright (c) 2014 Rackspace
3
4
# Copyright (c) 2015 Ian Stapleton Cordasco
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
"""Module containing the implementation of the URIReference class."""
2
+
2
3
# Copyright (c) 2014 Rackspace
3
4
# Copyright (c) 2015 Ian Stapleton Cordasco
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
"""Tests for the validators module."""
2
+
2
3
import pytest
3
4
4
5
import rfc3986
You can’t perform that action at this time.
0 commit comments