summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-09-04 12:49:20 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2015-09-04 12:49:20 +0100
commit174cad7e401b5a7532e337cc9911f67dbe5f0bc8 (patch)
tree72276e7163d320e4593f45a644fb0f85170d7b27
parent2cda59ba1db40d83a8a774061d769a0cebac4ae6 (diff)
downloadfirehose-174cad7e401b5a7532e337cc9911f67dbe5f0bc8.tar.gz
Tidy top-level definition spacing in firehose_plugin
Change-Id: I627905071e907b05a4091de9d8b61e01d0fd7b75
-rw-r--r--firehose/plugin/firehose_plugin.py4
1 files 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,