[gedit] Remove remaining unicode string literal
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Remove remaining unicode string literal
- Date: Fri, 9 Nov 2012 08:54:00 +0000 (UTC)
commit 18d5752b635ac01eb8ab8a8f41a1502f177b6ef5
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Fri Nov 9 09:53:29 2012 +0100
Remove remaining unicode string literal
plugins/snippets/snippets/placeholder.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets/snippets/placeholder.py b/plugins/snippets/snippets/placeholder.py
index 46f338e..bc0a621 100644
--- a/plugins/snippets/snippets/placeholder.py
+++ b/plugins/snippets/snippets/placeholder.py
@@ -571,7 +571,7 @@ class PlaceholderEval(PlaceholderExpand):
self.set_text('')
return
- text = "def process_snippet():\n\t" + u"\n\t".join(text.split("\n"))
+ text = "def process_snippet():\n\t" + "\n\t".join(text.split("\n"))
if 'process_snippet' in self.namespace:
del self.namespace['process_snippet']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]