Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-22 10:40:21 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-22 10:40:21 (GMT)
commitc53a6dd5dba78aa4d5d4dbb81e73429d3569c957 (patch)
tree3d9ed960c77a448aab24233ec861b7b3303549b1 /sugar-jhbuild
parent4fcf5043a9a7030f439a04c9de9aba74ce6d79fb (diff)
Import jhbuild, get rid of the updater.
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