commit | 486f9dfcec433bd732ed8fb2ab4a1d7317137085 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Jul 19 13:40:31 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Jul 19 13:40:31 2012 +0530 |
tree | f003b496044544bf1050d22aab9f2ac1fc830115 | |
parent | 5756630efbab3191c62977d31a8cf357d75c5f87 [diff] |
added unicode_literals import at start of each file
diff --git a/erpnext/utilities/page/questions/__init__.py b/erpnext/utilities/page/questions/__init__.py index e69de29..baffc48 100644 --- a/erpnext/utilities/page/questions/__init__.py +++ b/erpnext/utilities/page/questions/__init__.py
@@ -0,0 +1 @@ +from __future__ import unicode_literals
diff --git a/erpnext/utilities/page/questions/questions.py b/erpnext/utilities/page/questions/questions.py index 52b80fe..a16c058 100644 --- a/erpnext/utilities/page/questions/questions.py +++ b/erpnext/utilities/page/questions/questions.py
@@ -14,6 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +from __future__ import unicode_literals import webnotes from webnotes.utils import load_json, cint, cstr