From 174cad7e401b5a7532e337cc9911f67dbe5f0bc8 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 4 Sep 2015 12:49:20 +0100 Subject: Tidy top-level definition spacing in firehose_plugin Change-Id: I627905071e907b05a4091de9d8b61e01d0fd7b75 --- firehose/plugin/firehose_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firehose/plugin/firehose_plugin.py b/firehose/plugin/firehose_plugin.py index 25e2eb4..5406623 100644 --- a/firehose/plugin/firehose_plugin.py +++ b/firehose/plugin/firehose_plugin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Codethink Limited +# Copyright (C) 2014-2015 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,6 +25,7 @@ import morphlib from debian.debian_support import Version + @contextmanager def firehose_git(app): try: @@ -38,7 +39,6 @@ def firehose_git(app): app.runcmd(["git", "config", "--global", "user.email", email]) - class FirehosePlugin(cliapp.Plugin): def enable(self): self.app.add_subcommand('firehose', self.firehose_cmd, -- cgit v1.2.1