initial import
This commit is contained in:
20
python-sphinxcontrib-jsmath/000-fix-mypy-violations-1.patch
Normal file
20
python-sphinxcontrib-jsmath/000-fix-mypy-violations-1.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
From f7e354798b944bc2d3abbd30cb81f7235826deb6 Mon Sep 17 00:00:00 2001
|
||||
From: Takeshi KOMIYA <i.tkomiya@gmail.com>
|
||||
Date: Sun, 6 Oct 2019 22:50:44 +0900
|
||||
Subject: [PATCH] Fix mypy-0.730 violations
|
||||
|
||||
---
|
||||
sphinxcontrib/__init__.py | 5 ++++-
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/sphinxcontrib/__init__.py b/sphinxcontrib/__init__.py
|
||||
index 68c04af..54b09d4 100644
|
||||
--- a/sphinxcontrib/__init__.py
|
||||
+++ b/sphinxcontrib/__init__.py
|
||||
@@ -1,2 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
-__import__('pkg_resources').declare_namespace(__name__)
|
||||
+import pkg_resources
|
||||
+
|
||||
+
|
||||
+pkg_resources.declare_namespace(__name__)
|
||||
Reference in New Issue
Block a user