summaryrefslogtreecommitdiff
path: root/src/backend/setBranch.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/setBranch.py')
-rw-r--r--src/backend/setBranch.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/setBranch.py b/src/backend/setBranch.py
index 01d570e..4ee3e83 100644
--- a/src/backend/setBranch.py
+++ b/src/backend/setBranch.py
@@ -6,7 +6,7 @@ import os
import sys
import sisyphus.checkenv
import sisyphus.getfs
-import sisyphus.purgeEnvironment
+import sisyphus.purgeenv
import sisyphus.setJobs
import sisyphus.setProfile
@@ -81,8 +81,8 @@ def giveWarning(branch,remote):
def cliExec(branch,remote):
if sisyphus.checkenv.root():
- sisyphus.purgeEnvironment.branch()
- sisyphus.purgeEnvironment.metadata()
+ sisyphus.purgeenv.branch()
+ sisyphus.purgeenv.metadata()
injectGentooRepo(branch,remote)
injectRedcoreRepo(branch,remote)
injectPortageConfigRepo(branch,remote)