1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

remove 'import exceptions'

It does not need to be imported manually
This commit is contained in:
Keerthan Jaic 2015-01-21 02:55:55 -05:00
parent 2894164a6d
commit ffd01a5eac

View File

@ -22,7 +22,6 @@
import sys
import os
import exceptions
from myhdl._intbv import intbv
from myhdl import _simulator, CosimulationError