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