chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / util / meshLoader.py
index bbc513670f877d19de4b930200c7f8cfa1c87610..ff550b8329e0d138b1041ad2e2993072ecaf89e0 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"
 
 from Cura.util.meshLoaders import stl
 from Cura.util.meshLoaders import obj