Skip to content
Prev Previous commit
Next Next commit
fix an import problem that was cuased by pervious merge
  • Loading branch information
felixdivo committed Feb 27, 2018
commit 4c4c9728034b6159f4cb4d48f9e382e99f4877e3
2 changes: 1 addition & 1 deletion test/back2back_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import can

from data.example_data import generate_message
from .data.example_data import generate_message

from .config import *

Expand Down