Skip to content

Commit bd7dbcb

Browse files
committed
Add ImportError notification for quantecon.models
1 parent 43dca4a commit bd7dbcb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

quantecon/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
raise ImportError("The quantecon.models subpackage has been migrated to the QuantEcon.applications (https://github.com/QuantEcon/QuantEcon.applications)")

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ def write_version_py(filename=None):
9797
'quantecon.random',
9898
'quantecon.tests',
9999
'quantecon.util',
100+
#-Deprecated-#
101+
'quantecon.models',
100102
],
101103
version=VERSION,
102104
description=DESCRIPTION,

0 commit comments

Comments
 (0)