chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / util / meshLoaders / obj.py
index ef84b513ce827c51214e4699cccc18e9e9c8c9d6..6ce4f319d5800bdea3185d86524049cb26da3f0e 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 import mesh