diff --git a/src/wakepy/methods/__init__.py b/src/wakepy/methods/__init__.py index 04cf30f3..caeea99e 100644 --- a/src/wakepy/methods/__init__.py +++ b/src/wakepy/methods/__init__.py @@ -26,7 +26,7 @@ # is that the Methods are registered into the method registry only if the class # definition is executed (if the module containing the Method class definition # is imported) -from . import _fake as _fake +from . import _testing as _testing from . import freedesktop as freedesktop from . import gnome as gnome from . import macos as macos