From 8f7be37a700aa78f1906e155f79356fcd7e4b260 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 30 Jun 2016 23:36:25 +0200 Subject: Absolute imports everywhere --- 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 e72ffe80..344fe9ac 100644 --- a/poezio/decorators.py +++ b/poezio/decorators.py @@ -2,7 +2,7 @@ Module containing various decorators """ -from . import common +from poezio import common class RefreshWrapper(object): def __init__(self): -- cgit v1.2.3