File: 0001-Remove-useless-pip-import-in-doc-conf.py.patch

package info (click to toggle)
python-azure-storage 20181109%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76,472 kB
  • sloc: python: 28,724; makefile: 204; sh: 1
file content (20 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date: Thu, 15 Nov 2018 02:20:13 +0100
Subject: Remove useless pip import in doc/conf.py

---
 doc/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 23b5bc5..150c612 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -14,7 +14,6 @@
 
 import sys
 import os
-import pip
 
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the