From 1b42be673b2cd237ce873df9f4b0b339aab9518a Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 29 Nov 2012 17:15:35 +0000 Subject: Merge system-3.4 and 3.6 --- (limited to 'devbot/plugins/interfaces.py') 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.""" -- cgit v0.9.1