Skip to content

Commit

Permalink
Fix broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jan 21, 2016
1 parent 7c8f7af commit e7f294b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/odometer_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sw.pins
from sw import pins
from tamproxy.devices import Odometer
from tamproxy.devices import Gyro
from tamproxy.devices import Encoder
Expand Down
2 changes: 1 addition & 1 deletion tests/odometer_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import cv2
import numpy as np

import sw.pins
from sw import pins
from sw.mapping import Mapper

def to_cv(val):
Expand Down

0 comments on commit e7f294b

Please sign in to comment.