chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / util / meshLoaders / dae.py
index 084e81e39dae4929f1124d4548f250a2bc0a0e9d..e448fdeba304db3951bbe553fb20e5b6f604d21e 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  xml.parsers.expat import ParserCreate