Package: kineticstools / 0.6.1+git20220223.1326a4d+dfsg-2

tests-import.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix import statement for tests
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: https://github.com/PacificBiosciences/kineticsTools/pull/75
Last-Update: 2015-10-29
Index: kineticstools/bin/testShared.py
===================================================================
--- kineticstools.orig/bin/testShared.py
+++ kineticstools/bin/testShared.py
@@ -1,5 +1,5 @@
 from multiprocessing.process import Process, current_process
-from src.kineticsTools.sharedArray import SharedArray
+from kineticsTools.sharedArray import SharedArray
 
 # Test script for making sure that shared memory backed numpy arrays work properly
 # FIXME -- migrate to test dir if possible