chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / gui / util / taskbar.py
index dd67558507db033ca14c9a3d86ddffb4a3879a52..533eff24f9cb081c9020cbaf990c2961034db233 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 try:
        import comtypes.client as cc