Revision: 248
http://sourceforge.net/p/python-control/code/248
Author: murrayrm
Date: 2013-03-03 01:12:34 +0000 (Sun, 03 Mar 2013)
Log Message:
-----------
import error fix from Dale Peterson
Modified Paths:
--------------
trunk/src/__init__.py
Modified: trunk/src/__init__.py
===================================================================
--- trunk/src/__init__.py 2012-11-19 05:28:05 UTC (rev 247)
+++ trunk/src/__init__.py 2013-03-03 01:12:34 UTC (rev 248)
@@ -80,7 +80,7 @@
from control.canonical import canonical_form, reachable_form
# Exceptions
-from exception import *
+from control.exception import *
# Import some of the more common (and benign) MATLAB shortcuts
# By default, don't import conflicting commands here
|