changeset 1090:97247e44b827

module import bug corrected
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 22 Jan 2019 09:55:13 -0500
parents 10205bd0e0b7
children 3945d239634e
files scripts/undistort-video.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/undistort-video.py	Wed Dec 05 16:58:54 2018 -0500
+++ b/scripts/undistort-video.py	Tue Jan 22 09:55:13 2019 -0500
@@ -5,7 +5,7 @@
 import numpy as np
 import cv2
 
-import cvutils
+from trafficintelligence import cvutils
 from math import ceil, log10
 from pathlib import Path