Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index e8fab6c..82f3869 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -23,7 +23,7 @@ def setup():
config.set_home_dir(os.path.join(base_dir, "home"))
config.set_prefs_path(os.path.join(base_dir, "prefs"))
- version = distro.get_system_version()
+ version = distro.get_distro_info().system_version
module_files = ["system-%s.json" % version,
"sugar.json",