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 *
|