diff --git a/patches/__init__.py b/patches/__init__.py index a5ab0c1..6028ded 100644 --- a/patches/__init__.py +++ b/patches/__init__.py @@ -1,2 +1,2 @@ -from tef_102_patch import * -from tef_205_patch import * \ No newline at end of file +from .tef_102_patch import * +from .tef_205_patch import * \ No newline at end of file