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 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):