Skip to content

Commit 6cbe9ba

Browse files
committed
import error fix from Dale Peterson
1 parent 8fd24c4 commit 6cbe9ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
from control.canonical import canonical_form, reachable_form
8181

8282
# Exceptions
83-
from exception import *
83+
from control.exception import *
8484

8585
# Import some of the more common (and benign) MATLAB shortcuts
8686
# By default, don't import conflicting commands here

0 commit comments

Comments
 (0)