From 1625e093e32b5bb292dfbb479b29bc1b98187df3 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 24 Aug 2014 20:37:19 +0200 Subject: Placement correction --- qml/python/transformations.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qml/python/transformations.py') diff --git a/qml/python/transformations.py b/qml/python/transformations.py index 380c30c..adf0395 100644 --- a/qml/python/transformations.py +++ b/qml/python/transformations.py @@ -72,10 +72,10 @@ class Rotation(object): """ Apply the transformations on the sides. """ return { - "TOP": self.board.side["RIGHT"], - "LEFT": self.board.side["TOP"], - "RIGHT": self.board.side["BOTTOM"], - "BOTTOM":self.board.side["LEFT"] + "BOTTOM": self.board.side["RIGHT"], + "RIGHT": self.board.side["TOP"], + "LEFT": self.board.side["BOTTOM"], + "TOP":self.board.side["LEFT"] } class Symmetry(object): -- cgit v1.2.3