Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsugar-jhbuild9
1 files changed, 5 insertions, 4 deletions
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)