From d23a83060ddad0b6da5504d8cb5d524891ad9631 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 26 Dec 2012 11:25:03 +0000 Subject: pep8ize --- (limited to 'devbot/plugins/interfaces.py') diff --git a/devbot/plugins/interfaces.py b/devbot/plugins/interfaces.py index 8c97c65..ecd2d3a 100644 --- a/devbot/plugins/interfaces.py +++ b/devbot/plugins/interfaces.py @@ -4,6 +4,7 @@ import subprocess from devbot import command from devbot import distro + class PackageManager: """Package management""" @@ -33,6 +34,7 @@ class PackageManager: :returns: list of packages with all the dependencies """ + class DistroInfo: """Informations about the distribution""" @@ -42,7 +44,7 @@ class DistroInfo: self.version = None """The distribution version.""" - + self.gnome_version = None """The major version of GNOME shipped with the distribution.""" -- cgit v0.9.1