chiark / gitweb /
Copyright message needs to be after the __future__ imports.
[cura.git] / Cura / util / version.py
index aa50c552d93d0cde06b6f9378dcd3f474594171c..fe3a9cd5d2f3c493c8cf0a33458e3f5e26f372da 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 os
 import sys