From 6a1bd5f9b90354f670a53b240a226f598ccf3170 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 27 Jun 2016 23:38:58 +0100 Subject: Make all relative imports explicit. --- poezio/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/decorators.py') diff --git a/poezio/decorators.py b/poezio/decorators.py index c4ea6563..e72ffe80 100644 --- a/poezio/decorators.py +++ b/poezio/decorators.py @@ -2,7 +2,7 @@ Module containing various decorators """ -import common +from . import common class RefreshWrapper(object): def __init__(self): -- cgit v1.2.3