From 37663159dc35721c00081c1f0d974e83f4566e99 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 21 Jan 2007 14:12:24 +0000 Subject: Checkout jhbuild before trying to use it --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index 6c3135c..f7da027 100755 --- a/sugar-jhbuild +++ b/sugar-jhbuild @@ -6,16 +6,17 @@ 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 import sanitycheck from config import Config -from updater import Updater - -updater = Updater(base_dir) -updater.update() config = Config(base_dir) -- cgit v0.9.1