coredevice/i2c: fix imports

This commit is contained in:
Sebastien Bourdeauducq 2016-03-05 00:43:13 +08:00
parent a8a74d7840
commit df71b82037
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from artiq.language.core import syscall, kernel
from artiq.language.types import TBool, TInt8, TInt32, TNone
from artiq.language.types import TBool, TInt32, TNone
from artiq.coredevice.exceptions import I2CError