fix newline
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 17 Dec 2005 15:46:12 +0000 (15:46 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 17 Dec 2005 15:46:12 +0000 (15:46 +0000)
lib/python/Components/GUIComponent.py

index b84cf8c2d41e7a59f6eba7a47c12b37ccf5895fe..5483d181773a54f08c0033630edd58505376d6a8 100644 (file)
@@ -19,4 +19,4 @@ class GUIComponent:
                skin.applyAllAttributes(self.instance, desktop, self.skinAttributes)
 
        def move(self, x, y):
                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)))