chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / gui / util / opengl.py
index 80ffa9d0f6a78c06b9ffe70119c48a4cc7a6c56f..d5df4eaba494530646295ecf1d60ef835943fa1e 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"
 
 import math
 import numpy