From c53a6dd5dba78aa4d5d4dbb81e73429d3569c957 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 22 Jan 2007 10:40:21 +0000 Subject: Import jhbuild, get rid of the updater. --- (limited to 'sugar-jhbuild') 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 -- cgit v0.9.1