From ffd01a5eac2776156b6fa89764046882f1367cfc Mon Sep 17 00:00:00 2001 From: Keerthan Jaic Date: Wed, 21 Jan 2015 02:55:55 -0500 Subject: [PATCH] remove 'import exceptions' It does not need to be imported manually --- myhdl/_Cosimulation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/myhdl/_Cosimulation.py b/myhdl/_Cosimulation.py index bb7dab62..5dad0f65 100644 --- a/myhdl/_Cosimulation.py +++ b/myhdl/_Cosimulation.py @@ -22,7 +22,6 @@ import sys import os -import exceptions from myhdl._intbv import intbv from myhdl import _simulator, CosimulationError