summaryrefslogtreecommitdiff
path: root/src/backend/updateAll.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-30 14:26:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-10-30 14:26:52 +0000
commit02b654dc089c570ce81ce5da0c2c48d5d21d3cb8 (patch)
tree2a32a8634b59efc8b9f28ec8d8732cdd6b3b3414 /src/backend/updateAll.py
parent331cd284de1de5f7192e1588b836f89337326784 (diff)
move getEnvironment -> getenv
Diffstat (limited to 'src/backend/updateAll.py')
-rw-r--r--src/backend/updateAll.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/updateAll.py b/src/backend/updateAll.py
index ed6a6cc..bf95266 100644
--- a/src/backend/updateAll.py
+++ b/src/backend/updateAll.py
@@ -4,7 +4,7 @@ import animation
import sys
import time
import sisyphus.checkenv
-import sisyphus.getEnvironment
+import sisyphus.getenv
import sisyphus.purgeEnvironment
import sisyphus.syncDatabase
import sisyphus.syncEnvironment
@@ -19,7 +19,7 @@ def syncAll():
@animation.wait('fetching updates')
def cliExec():
activeBranch = sisyphus.checkenv.branch()
- binhostURL = sisyphus.getEnvironment.binhostURL()
+ binhostURL = sisyphus.getenv.binhostURL()
isSane = sisyphus.checkenv.sanity()
if isSane == 1:
@@ -33,7 +33,7 @@ def cliExec():
def guiExec():
activeBranch = sisyphus.checkenv.branch()
- binhostURL = sisyphus.getEnvironment.binhostURL()
+ binhostURL = sisyphus.getenv.binhostURL()
isSane = sisyphus.checkenv.sanity()
if isSane == 1: