From 05b2c03cf3971303354b3a188fbbb0bbb8d554fc Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 29 Nov 2012 16:18:29 +0000 Subject: Make json configs a bit smarter To get rid of the duplication in deps --- (limited to 'devbot/plugins/interfaces.py') diff --git a/devbot/plugins/interfaces.py b/devbot/plugins/interfaces.py index 0c9c0b6..c6db014 100644 --- a/devbot/plugins/interfaces.py +++ b/devbot/plugins/interfaces.py @@ -48,6 +48,9 @@ class DistroInfo: major version of GNOME installed on the system. """ + self.gstreamer_version = None + """The version of gstreamer shipped with the distribution.""" + self.valid = False """If set to True we are running on this distribution and the attributes are all valid. -- cgit v0.9.1