File: fix_test_import.patch

package info (click to toggle)
python-cmislib 0.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 600 kB
  • ctags: 493
  • sloc: python: 3,185; sh: 137; makefile: 134
file content (15 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix module name from where tests are imported.
Author: Michael Fladischer <fladi@debian.org>
Last-Updae: 2015-06-23
Forwarded: no

Index: python-cmislib/src/tests/__init__.py
===================================================================
--- python-cmislib.orig/src/tests/__init__.py	2015-04-15 15:32:13.087316238 +0200
+++ python-cmislib/src/tests/__init__.py	2015-06-23 21:18:01.833373341 +0200
@@ -16,4 +16,4 @@
 #      specific language governing permissions and limitations
 #      under the License.
 #
-from cmislibtests import *
+from cmislibtest import *