chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / util / profile.py
index f9e3f251b7c5a1696621c412a2d7e571ffd90860..51ea91ee42dbaa1ea4485563275795eef52dd393 100644 (file)
@@ -1,6 +1,6 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
 from __future__ import division
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os, traceback, math, re, zlib, base64, time, sys, platform, glob, string, stat, types
 import cPickle as pickle