Change import structure

Apparantly, Python decided to warn me for reasons i don't yet understand
This commit is contained in:
Peder Bergebakken Sundt 2020-08-08 02:26:03 +02:00
parent 1d8e9852a0
commit f19d68cebd
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import "/nmigen_boards.icebreaker/ICEBreakerPlatform"
import "/nmigen_dg/*"
import "modules/Blinker"
import "modules/Pulser"
import "modules/blinker/Blinker"
import "modules/blinker/Pulser"
import "resources/pmod"
Top = subclass Elaboratable where

View File

@ -1,2 +0,0 @@
from .blinker import Blinker
from .blinker import Pulser