Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons
diff options
context:
space:
mode:
Diffstat (limited to 'addons')
-rw-r--r--addons/readfile.py6
-rw-r--r--addons/timerevent.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/addons/readfile.py b/addons/readfile.py
index 9fe2f81..d3b5d76 100644
--- a/addons/readfile.py
+++ b/addons/readfile.py
@@ -16,9 +16,9 @@
import os
-from ..actions import Action
-from ..properties import TFileProperty
-from ..services import ObjectStore
+from .actions import Action
+from .properties import TFileProperty
+from .services import ObjectStore
class ReadFile(Action):
filename = TFileProperty(None)
diff --git a/addons/timerevent.py b/addons/timerevent.py
index 752a865..cb312c4 100644
--- a/addons/timerevent.py
+++ b/addons/timerevent.py
@@ -16,8 +16,8 @@
import gobject
-from ..filters import EventFilter
-from ..properties import TIntProperty
+from .filters import EventFilter
+from .properties import TIntProperty
class TimerEvent(EventFilter):
"""