@@ -1 +1,2 @@ | |||||
from __future__ import unicode_literals | |||||
__version__ = "4.12.1" | __version__ = "4.12.1" |
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import json | import json | ||||
import frappe | import frappe | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import sys, os | import sys, os | ||||
import json | import json | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
from frappe import _ | from frappe import _ | ||||
def get_data(): | def get_data(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
from frappe import _ | from frappe import _ | ||||
from frappe.widgets.moduleview import add_setup_section | from frappe.widgets.moduleview import add_setup_section | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
from frappe import _ | from frappe import _ | ||||
def get_data(): | def get_data(): | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, {app_publisher} and Contributors | # Copyright (c) 2013, {app_publisher} and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, frappe.utils, frappe.utils.scheduler | import frappe, frappe.utils, frappe.utils.scheduler | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
"""Use blog post test to test user permissions logic""" | """Use blog post test to test user permissions logic""" | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest | import frappe, unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import frappe.defaults | import frappe.defaults | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
app_name = "frappe" | app_name = "frappe" | ||||
app_title = "Frappe Framework" | app_title = "Frappe Framework" | ||||
app_publisher = "Web Notes Technologies Pvt. Ltd." | app_publisher = "Web Notes Technologies Pvt. Ltd." | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
from frappe.model import rename_field | from frappe.model import rename_field | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
from frappe.model import rename_field | from frappe.model import rename_field | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe, json | import frappe, json | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
def execute(): | def execute(): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import logging | import logging | ||||
import logging.config | import logging.config | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import frappe.utils, markdown2 | import frappe.utils, markdown2 | ||||
@@ -1,4 +1,5 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
no_sitemap = 1 | no_sitemap = 1 |
@@ -1,4 +1,5 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
no_sitemap = 1 | no_sitemap = 1 |
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2014, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2014, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest | import frappe, unittest | ||||
import frappe.widgets.form.assign_to | import frappe.widgets.form.assign_to | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import unittest, frappe | import unittest, frappe | ||||
from frappe.utils import sel | from frappe.utils import sel | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2014, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2014, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest | import frappe, unittest | ||||
from frappe.core.page.data_import_tool import exporter | from frappe.core.page.data_import_tool import exporter | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest | import frappe, unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest | import frappe, unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest | import frappe, unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import os | import os | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
from frappe import _ | from frappe import _ | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest | import frappe, unittest | ||||
from frappe.widgets.form.meta import get_meta | from frappe.widgets.form.meta import get_meta | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe, unittest, os | import frappe, unittest, os | ||||
import frappe.translate | import frappe.translate | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import click | import click | ||||
import frappe | import frappe | ||||
import importlib | import importlib | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import json, base64, os | import json, base64, os | ||||
import frappe.cli | import frappe.cli | ||||
from frappe.celery_app import get_celery | from frappe.celery_app import get_celery | ||||
@@ -1,5 +1,6 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
"""html2text: Turn HTML into equivalent Markdown-structured text.""" | """html2text: Turn HTML into equivalent Markdown-structured text.""" | ||||
from __future__ import unicode_literals | |||||
__version__ = "3.200.3" | __version__ = "3.200.3" | ||||
__author__ = "Aaron Swartz (me@aaronsw.com)" | __author__ = "Aaron Swartz (me@aaronsw.com)" | ||||
__copyright__ = "(C) 2004-2008 Aaron Swartz. GNU GPL 3." | __copyright__ = "(C) 2004-2008 Aaron Swartz. GNU GPL 3." | ||||
@@ -27,6 +27,7 @@ | |||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||
# SOFTWARE. | # SOFTWARE. | ||||
# */ | # */ | ||||
from __future__ import unicode_literals | |||||
from StringIO import StringIO | from StringIO import StringIO | ||||
@@ -1,4 +1,5 @@ | |||||
# get data for moment.js | # get data for moment.js | ||||
from __future__ import unicode_literals | |||||
def update(tz, out): | def update(tz, out): | ||||
ltz = data["links"].get(tz, tz) | ltz = data["links"].get(tz, tz) | ||||
zone = data["zones"].get(ltz) | zone = data["zones"].get(ltz) | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import pdfkit, os, frappe | import pdfkit, os, frappe | ||||
from frappe.utils import scrub_urls | from frappe.utils import scrub_urls | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
"""Use blog post test to test user permissions logic""" | """Use blog post test to test user permissions logic""" | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# MIT License. See license.txt | # MIT License. See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe |
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||
@@ -1,5 +1,6 @@ | |||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors | ||||
# See license.txt | # See license.txt | ||||
from __future__ import unicode_literals | |||||
import frappe | import frappe | ||||
import unittest | import unittest | ||||