Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/interfaces.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-29 17:15:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 17:15:35 (GMT)
commit1b42be673b2cd237ce873df9f4b0b339aab9518a (patch)
treed4d7293ef51bfdbf1181a8772fa9e856207a8771 /devbot/plugins/interfaces.py
parent2ec41693aeefe3c9ce78ff3654a11ff6bd2b7123 (diff)
Merge system-3.4 and 3.6
Diffstat (limited to 'devbot/plugins/interfaces.py')
-rw-r--r--devbot/plugins/interfaces.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/devbot/plugins/interfaces.py b/devbot/plugins/interfaces.py
index c6db014..d8659bf 100644
--- a/devbot/plugins/interfaces.py
+++ b/devbot/plugins/interfaces.py
@@ -43,10 +43,8 @@ class DistroInfo:
self.version = None
"""The distribution version."""
- self.system_version = None
- """A distribution independent system version, normally the same
- major version of GNOME installed on the system.
- """
+ self.gnome_version = None
+ """The major version of GNOME shipped with the distribution."""
self.gstreamer_version = None
"""The version of gstreamer shipped with the distribution."""