chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / util / svg.py
index c583c1376eed5b2cbc47ef6b77548aaded557157..195db236ebedc9051e1d3d20b5bddc4133f05c3e 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
 from xml.etree import ElementTree