Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index f7da027..e4bfed2 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -6,11 +6,6 @@ import sys
base_dir = os.path.abspath(os.path.dirname(__file__))
sys.path.append(os.path.join(base_dir, 'build-scripts', 'jhbuild'))
-from updater import Updater
-
-updater = Updater(base_dir)
-updater.update()
-
import jhbuild.commands
import bundlemodule