From b142a152669a3204dd25782382d9e8951a6bed6a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 4 Oct 2017 14:59:39 +0200 Subject: [PATCH] Remove unused import And fixed the header and documentation spelling. --- plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py index ac20f572be..d59d1296e3 100644 --- a/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py +++ b/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py @@ -1,12 +1,11 @@ -# Copyright (c) 2015 Ultimaker B.V. -# Uranium is released under the terms of the LGPLv3 or higher. +# Copyright (c) 2017 Ultimaker B.V. +# Cura is released under the terms of the LGPLv3 or higher. -# Python build-ins +# Python built-ins import threading import time # Uranium/Messaging -from UM.Message import Message from UM.Logger import Logger # Uranium/IO