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 *
