diff --git a/scc/aliases.py b/scc/aliases.py index 88eb466e6..7c7fdcacf 100644 --- a/scc/aliases.py +++ b/scc/aliases.py @@ -6,7 +6,6 @@ """ from scc.uinput import Axes, Keys -from scc.constants import ALL_BUTTONS, ALL_AXES ALL_BUTTONS = ( Keys.BTN_START, Keys.BTN_MODE, Keys.BTN_SELECT, Keys.BTN_A, Keys.BTN_B, Keys.BTN_X, Keys.BTN_Y, Keys.BTN_TL, Keys.BTN_TR,