From 49f5b58f60a0a8f6e613fd465472f615fd542706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 22 Jun 2017 10:30:12 +0200 Subject: [PATCH] (hack) manually apply patch --- debian/patches/series | 2 +- src/tests/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 1c333b2..3be68e2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -fix_test_import.patch +#fix_test_import.patch diff --git a/src/tests/__init__.py b/src/tests/__init__.py index a716331..2e04fa4 100644 --- a/src/tests/__init__.py +++ b/src/tests/__init__.py @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. # -from cmislibtests import * +from cmislibtest import *