diff sat/plugins/plugin_comp_file_sharing.py @ 3136:9d0df638c8b4

dates update
author Goffi <goffi@goffi.org>
date Wed, 29 Jan 2020 09:50:54 +0100
parents ab2696e34d29
children 9057713ab124
line wrap: on
line diff
--- a/sat/plugins/plugin_comp_file_sharing.py	Tue Jan 28 22:42:10 2020 +0100
+++ b/sat/plugins/plugin_comp_file_sharing.py	Wed Jan 29 09:50:54 2020 +0100
@@ -1,8 +1,7 @@
 #!/usr/bin/env python3
-# -*- coding: utf-8 -*-
 
 # SAT plugin for parrot mode (experimental)
-# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -21,8 +20,6 @@
 from sat.core.constants import Const as C
 from sat.core import exceptions
 from sat.core.log import getLogger
-
-log = getLogger(__name__)
 from sat.tools.common import regex
 from sat.tools.common import uri
 from sat.tools import stream
@@ -36,6 +33,9 @@
 import mimetypes
 
 
+log = getLogger(__name__)
+
+
 PLUGIN_INFO = {
     C.PI_NAME: "File sharing component",
     C.PI_IMPORT_NAME: "file_sharing",