summaryrefslogtreecommitdiffstats
path: root/devshell/modules/fedorahostedgitport.py
diff options
context:
space:
mode:
Diffstat (limited to 'devshell/modules/fedorahostedgitport.py')
-rw-r--r--devshell/modules/fedorahostedgitport.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/devshell/modules/fedorahostedgitport.py b/devshell/modules/fedorahostedgitport.py
index 775e48a..85da712 100644
--- a/devshell/modules/fedorahostedgitport.py
+++ b/devshell/modules/fedorahostedgitport.py
@@ -17,13 +17,13 @@
#
from __future__ import with_statement
-from base.module import Module
-from base.util import pwd
+from devshell.base.module import Module
+from devshell.base.util import pwd
-from modules.fedorahostedgitfetcher import FedoraHostedGitFetcher
-from modules.git import Git
-from modules.port import Port
-from modules.sourceball import SourceBall
+from devshell.modules.fedorahostedgitfetcher import FedoraHostedGitFetcher
+from devshell.modules.git import Git
+from devshell.modules.port import Port
+from devshell.modules.sourceball import SourceBall
class Foo(Module):
_type = 'foo'