Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_layer_filledspline.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2010-06-27 16:57:23 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2010-06-27 16:57:23 (GMT)
commit5dce05c339d2fc636b845d7c01d2103c565447f6 (patch)
treeb467ca648fe2feb876705e47ecb86c31b3b2c59b /ep_layer_filledspline.py
parent22d182db24861239a33806c4869b2d6cc7228d8b (diff)
refactoring th code for page handling
Diffstat (limited to 'ep_layer_filledspline.py')
-rw-r--r--ep_layer_filledspline.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ep_layer_filledspline.py b/ep_layer_filledspline.py
index b645e08..6a72a48 100644
--- a/ep_layer_filledspline.py
+++ b/ep_layer_filledspline.py
@@ -16,14 +16,15 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import model_random
+
+from gettext import gettext as _
+
import ka_debug
import ka_factory
import model_locus
import model_layer
import model_constraintpool
import exon_position
-from gettext import gettext as _
-
SAMPLERTYPE_CONSTRAINT = 'samplertypeconstraint'
COLORGAMUTTYPE_CONSTRAINT = 'colorgamuttypeconstraint'