diff options
author | Tim Harder <radhermit@gmail.com> | 2020-01-28 10:26:38 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-01-28 10:26:38 -0700 |
commit | 9e0370a0f1c7eb8db1985f18fcacb7992b289193 (patch) | |
tree | 364d5951edbc88191db2ade8f498552a32765e85 /doc | |
parent | docs: drop old readthedocs setup (diff) | |
download | pkgcheck-9e0370a0f1c7eb8db1985f18fcacb7992b289193.tar.gz pkgcheck-9e0370a0f1c7eb8db1985f18fcacb7992b289193.tar.bz2 pkgcheck-9e0370a0f1c7eb8db1985f18fcacb7992b289193.zip |
doc/conf.py: drop unnecessary py2 support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 1c83ab9d..c47daea4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -13,8 +13,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -from __future__ import unicode_literals - from importlib import import_module import os import sys |