diff options
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() |
