summaryrefslogtreecommitdiff
path: root/src/backend/updateAll.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/updateAll.py')
-rw-r--r--src/backend/updateAll.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/updateAll.py b/src/backend/updateAll.py
index 6abcb70..5a6a6cd 100644
--- a/src/backend/updateAll.py
+++ b/src/backend/updateAll.py
@@ -7,13 +7,13 @@ import sisyphus.checkenv
import sisyphus.getenv
import sisyphus.purgeenv
import sisyphus.syncdb
-import sisyphus.syncEnvironment
+import sisyphus.syncenv
def syncAll():
sisyphus.purgeenv.cache()
- sisyphus.syncEnvironment.gentooRepo()
- sisyphus.syncEnvironment.redcoreRepo()
- sisyphus.syncEnvironment.portageConfigRepo()
+ sisyphus.syncenv.gentooRepo()
+ sisyphus.syncenv.redcoreRepo()
+ sisyphus.syncenv.portageConfigRepo()
sisyphus.syncdb.remoteTable()
@animation.wait('fetching updates')