Skip to content

Commit

Permalink
Fix import path on camera_calibrator.py (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Pereira authored and Joshua Whitley committed May 13, 2020
1 parent 757528f commit 069c811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from queue import Queue
except ImportError:
from Queue import Queue
from calibrator import CAMERA_MODEL
from camera_calibration.calibrator import CAMERA_MODEL

class BufferQueue(Queue):
"""Slight modification of the standard Queue that discards the oldest item
Expand Down

0 comments on commit 069c811

Please sign in to comment.