aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-12-17 15:46:12 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-12-17 15:46:12 +0000
commit456ac28d25e861b4e661c88d573e3258a53d67a5 (patch)
treed9a0a80d964b813dd008c39e2540993a1462e88d /lib/python/Components
parent839be671393e0b2503ca831e7d6f716523f9724c (diff)
downloadenigma2-456ac28d25e861b4e661c88d573e3258a53d67a5.tar.gz
enigma2-456ac28d25e861b4e661c88d573e3258a53d67a5.zip
fix newline
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/GUIComponent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/GUIComponent.py b/lib/python/Components/GUIComponent.py
index b84cf8c2..5483d181 100644
--- a/lib/python/Components/GUIComponent.py
+++ b/lib/python/Components/GUIComponent.py
@@ -19,4 +19,4 @@ class GUIComponent:
skin.applyAllAttributes(self.instance, desktop, self.skinAttributes)
def move(self, x, y):
- self.instance.move(ePoint(int(x), int(y))) \ No newline at end of file
+ self.instance.move(ePoint(int(x), int(y)))