diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-08-18 02:16:39 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2014-08-18 02:16:39 -0700 |
commit | 8108f8751059b8892378feef67ce965c3f8b8468 (patch) | |
tree | edfc53f10f9e1a5784d773030af6d30dd557d9a8 | |
parent | 29a1e0543e00d11d02bff9a8532ec0cf794681e0 (diff) | |
parent | b9463e1f1c4db2f926355a8483ab91fd48d73c36 (diff) | |
download | desktop-skin-8108f8751059b8892378feef67ce965c3f8b8468.tar.gz desktop-skin-8108f8751059b8892378feef67ce965c3f8b8468.tar.bz2 desktop-skin-8108f8751059b8892378feef67ce965c3f8b8468.zip |
Merge "mark_image.py: fix bad color calculation due to division" into tizen
-rwxr-xr-x | Script/mark_image.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Script/mark_image.py b/Script/mark_image.py index bc84163..9de3063 100755 --- a/Script/mark_image.py +++ b/Script/mark_image.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +from __future__ import division import sys import cairo |