Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/exon_position.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2010-02-14 16:59:54 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2010-02-14 16:59:54 (GMT)
commitaa1613217ccc988300a8fb77b9c9a8c7b06b57f2 (patch)
tree5ffde02e97d552a22f1e3edaf36010e3ad2b8f5c /exon_position.py
parent389d08d48141e299774eb0be952999468747486b (diff)
clean up before releasev4
Diffstat (limited to 'exon_position.py')
-rw-r--r--exon_position.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/exon_position.py b/exon_position.py
index 439f0ab..f937a3c 100644
--- a/exon_position.py
+++ b/exon_position.py
@@ -1,5 +1,5 @@
# coding: UTF-8
-# Copyright 2009 Thomas Jourdan
+# Copyright 2009, 2010 Thomas Jourdan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -100,7 +100,7 @@ class Position(model_allele.Allele):
def explain(self):
"""Returns a string describing details."""
- return u'%4.3f, %4.3f' % (self.x_pos, self.y_pos)
+ return '%4.3f, %4.3f' % (self.x_pos, self.y_pos)
@staticmethod
def make_icon(position_list, width, height):