File: 0002-Fix-warning.patch

package info (click to toggle)
python-mechanize 1%3A0.4.10%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,316 kB
  • sloc: python: 16,656; makefile: 11; sh: 4
file content (19 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Date: Wed, 4 May 2022 18:34:01 +0900
Subject: Fix warning

Remove unused word
---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 80682a1..52808f6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,4 +8,4 @@ recursive-include examples *.py
 recursive-include examples/forms *.dat *.txt *.html *.cgi *.py
 recursive-include test/test_form_data *.html
 recursive-include test *.py *.doctest *.special_doctest
-recursive-include test-tools *.py *.cgi
+recursive-include test-tools *.py