summaryrefslogtreecommitdiff
path: root/poezio/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/decorators.py')
-rw-r--r--poezio/decorators.py2
1 files changed, 1 insertions, 1 deletions
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):