aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/resources/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'nmigen_boards/resources/__init__.py')
-rw-r--r--nmigen_boards/resources/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/nmigen_boards/resources/__init__.py b/nmigen_boards/resources/__init__.py
deleted file mode 100644
index 6d28881..0000000
--- a/nmigen_boards/resources/__init__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from amaranth_boards.resources import *
-
-
-import warnings
-warnings.warn("instead of nmigen_boards.resources, use amaranth_boards.resources",
- DeprecationWarning, stacklevel=2)