diff options
| author | Stefan <stefan@tuxboxls.(none)> | 2008-12-16 20:22:17 +0100 |
|---|---|---|
| committer | Stefan <stefan@tuxboxls.(none)> | 2008-12-16 20:22:17 +0100 |
| commit | b10857da7a1853f816adcb2c0464e9c759190c26 (patch) | |
| tree | 5168e8d5863b57a6b9d6c2bf5fd32a5d415290e7 /lib/python/Screens/TextBox.py | |
| parent | ab6ca9d52c8431d66c3d785e6810470eafd5e35a (diff) | |
| download | enigma2-b10857da7a1853f816adcb2c0464e9c759190c26.tar.gz enigma2-b10857da7a1853f816adcb2c0464e9c759190c26.zip | |
add newlines at end of file
Diffstat (limited to 'lib/python/Screens/TextBox.py')
| -rw-r--r-- | lib/python/Screens/TextBox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TextBox.py b/lib/python/Screens/TextBox.py index 117c5c72..44b8a3cf 100644 --- a/lib/python/Screens/TextBox.py +++ b/lib/python/Screens/TextBox.py @@ -23,4 +23,4 @@ class TextBox(Screen): self.close() def cancel(self): - self.close()
\ No newline at end of file + self.close() |
