Description: Fix import statement for tests
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: no
Last-Update: 2015-10-29
--- a/bin/testShared.py
+++ b/bin/testShared.py
@@ -30,7 +30,7 @@ from __future__ import print_function
 #################################################################################
 
 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
