@@ -1,6 +1,7 @@ | |||||
# app configuration | # app configuration | ||||
# database config | # database config | ||||
from __future__ import unicode_literals | |||||
db_name = 'yourdbname' | db_name = 'yourdbname' | ||||
db_password = 'yourdbpassword' | db_password = 'yourdbpassword' | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
verbose = True | verbose = True | ||||
force_rebuild = False | force_rebuild = False | ||||
no_minify = False | no_minify = False |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
if __name__=='__main__': | if __name__=='__main__': | ||||
import sys, os | import sys, os | ||||
sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')) | sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')) | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
from minify import JavascriptMinify | from minify import JavascriptMinify | ||||
class Bundle: | class Bundle: | ||||
@@ -22,6 +22,7 @@ | |||||
from __future__ import unicode_literals | |||||
import os, os.path, shutil | import os, os.path, shutil | ||||
# This code is original from jsmin by Douglas Crockford, it was translated to | # This code is original from jsmin by Douglas Crockford, it was translated to | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
verbose = False | verbose = False | ||||
import os | import os | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
install_docs = [ | install_docs = [ | ||||
{'doctype':'Module Def', 'name': 'Core', 'module_name':'Core'}, | {'doctype':'Module Def', 'name': 'Core', 'module_name':'Core'}, | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -21,6 +21,7 @@ | |||||
# | # | ||||
# Please edit this list and import only required elements | # Please edit this list and import only required elements | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
from webnotes.utils import cint, flt | from webnotes.utils import cint, flt | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -21,6 +21,7 @@ | |||||
# | # | ||||
# Please edit this list and import only required elements | # Please edit this list and import only required elements | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
from webnotes.utils import cint, cstr, flt, formatdate, now | from webnotes.utils import cint, cstr, flt, formatdate, now | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -19,6 +19,7 @@ | |||||
# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | # CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | ||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
class DocType: | class DocType: | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Customize Form is a Single DocType used to mask the Property Setter | Customize Form is a Single DocType used to mask the Property Setter | ||||
Thus providing a better UI from user perspective | Thus providing a better UI from user perspective | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -21,6 +21,7 @@ | |||||
# | # | ||||
# Please edit this list and import only required elements | # Please edit this list and import only required elements | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
from webnotes.utils import now, cint | from webnotes.utils import now, cint | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -21,6 +21,7 @@ | |||||
# | # | ||||
# Please edit this list and import only required elements | # Please edit this list and import only required elements | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
from webnotes.utils import cint, cstr, default_fields, flt, formatdate, get_defaults, getdate, now, nowdate, replace_newlines, set_default | from webnotes.utils import cint, cstr, default_fields, flt, formatdate, get_defaults, getdate, now, nowdate, replace_newlines, set_default | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
record of files | record of files | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -21,6 +21,7 @@ | |||||
# | # | ||||
# Please edit this list and import only required elements | # Please edit this list and import only required elements | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
from webnotes import msgprint | from webnotes import msgprint | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
class DocType: | class DocType: | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
class DocType: | class DocType: | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes, json | import webnotes, json | ||||
from webnotes.utils import cint | from webnotes.utils import cint | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
class DocType: | class DocType: | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
class DocType: | class DocType: | ||||
def __init__(self, doc, doclist): | def __init__(self, doc, doclist): | ||||
self.doc, self.doclist = doc, doclist | self.doc, self.doclist = doc, doclist | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -21,6 +21,7 @@ | |||||
# | # | ||||
# Please edit this list and import only required elements | # Please edit this list and import only required elements | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
from webnotes.utils import cint | from webnotes.utils import cint | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
from webnotes.utils import cint, flt | from webnotes.utils import cint, flt | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
@webnotes.whitelist() | @webnotes.whitelist() | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
globals attached to webnotes module | globals attached to webnotes module | ||||
+ some utility functions that should probably be moved | + some utility functions that should probably be moved | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
import webnotes.db | import webnotes.db | ||||
import webnotes.utils | import webnotes.utils | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
bootstrap client session | bootstrap client session | ||||
""" | """ | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
def get_home_page(user=None): | def get_home_page(user=None): | ||||
"""get home page for user""" | """get home page for user""" | ||||
if not user: | if not user: | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Generate RSS feed for blog | Generate RSS feed for blog | ||||
""" | """ | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
make index, wn.js, wn.css pages | make index, wn.js, wn.css pages | ||||
- rebuild all pages on change of website settings (toolbar) | - rebuild all pages on change of website settings (toolbar) | ||||
@@ -22,6 +22,7 @@ | |||||
# to generate sitemaps | # to generate sitemaps | ||||
from __future__ import unicode_literals | |||||
frame_xml = """<?xml version="1.0" encoding="UTF-8"?> | frame_xml = """<?xml version="1.0" encoding="UTF-8"?> | ||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">%s | <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">%s | ||||
</urlset>""" | </urlset>""" | ||||
@@ -23,6 +23,7 @@ | |||||
# Database Module | # Database Module | ||||
# -------------------- | # -------------------- | ||||
from __future__ import unicode_literals | |||||
import MySQLdb | import MySQLdb | ||||
import webnotes | import webnotes | ||||
import conf | import conf | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import sys, os | import sys, os | ||||
import webnotes | import webnotes | ||||
import webnotes.utils | import webnotes.utils | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -23,6 +23,7 @@ | |||||
# called from wnf.py | # called from wnf.py | ||||
# lib/wnf.py --install [rootpassword] [dbname] [source] | # lib/wnf.py --install [rootpassword] [dbname] [source] | ||||
from __future__ import unicode_literals | |||||
import os,sys | import os,sys | ||||
class Installer: | class Installer: | ||||
@@ -21,6 +21,7 @@ | |||||
# | # | ||||
# model __init__.py | # model __init__.py | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
no_value_fields = ['Section Break', 'Column Break', 'HTML', 'Table', 'FlexTable', 'Button', 'Image', 'Graph'] | no_value_fields = ['Section Break', 'Column Break', 'HTML', 'Table', 'FlexTable', 'Button', 'Image', 'Graph'] | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
This is where all the plug-in code is executed. The standard method for DocTypes is declaration of a | This is where all the plug-in code is executed. The standard method for DocTypes is declaration of a | ||||
standardized `DocType` class that has the methods of any DocType. When an object is instantiated using the | standardized `DocType` class that has the methods of any DocType. When an object is instantiated using the | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Syncs a database table to the `DocType` (metadata) | Syncs a database table to the `DocType` (metadata) | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Contains the Document class representing an object / record | Contains the Document class representing an object / record | ||||
""" | """ | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
"""docfield utililtes""" | """docfield utililtes""" | ||||
import webnotes | import webnotes | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Transactions are defined as collection of classes, a DocList represents collection of Document | Transactions are defined as collection of classes, a DocList represents collection of Document | ||||
objects for a transaction with main and children. | objects for a transaction with main and children. | ||||
@@ -24,6 +24,7 @@ | |||||
# Patch: Remove DocFormat | # Patch: Remove DocFormat | ||||
# imports | # imports | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
import webnotes.model | import webnotes.model | ||||
import webnotes.model.doc | import webnotes.model.doc | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
def import_docs(docs = []): | def import_docs(docs = []): | ||||
@@ -22,6 +22,7 @@ | |||||
# metadata | # metadata | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
#================================================================================= | #================================================================================= | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
def rename_doc(doctype, old, new, is_doctype=0, debug=0): | def rename_doc(doctype, old, new, is_doctype=0, debug=0): | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Sync's doctype and docfields from txt files to database | Sync's doctype and docfields from txt files to database | ||||
perms will get synced only if none exist | perms will get synced only if none exist | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Model utilities, unclassified functions | Model utilities, unclassified functions | ||||
""" | """ | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Utilities for using modules | Utilities for using modules | ||||
""" | """ | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
"""get diff bettween txt files and database records""" | """get diff bettween txt files and database records""" | ||||
import webnotes | import webnotes | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Export files to modules | Export files to modules | ||||
""" | """ | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Execute Patch Files | Execute Patch Files | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
def listfolders(path, only_name=0): | def listfolders(path, only_name=0): | ||||
""" | """ | ||||
Returns the list of folders (with paths) in the given path, | Returns the list of folders (with paths) in the given path, | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
class Profile: | class Profile: | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Boot session from cache or build | Boot session from cache or build | ||||
@@ -0,0 +1 @@ | |||||
from __future__ import unicode_literals |
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Tests for modules: | Tests for modules: | ||||
@@ -1,3 +1,4 @@ | |||||
from __future__ import unicode_literals | |||||
import unittest, sys | import unittest, sys | ||||
sys.path.append('lib/py') | sys.path.append('lib/py') | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
test with erpnext | test with erpnext | ||||
""" | """ | ||||
@@ -22,6 +22,7 @@ | |||||
# util __init__.py | # util __init__.py | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
user_time_zone = None | user_time_zone = None | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
import webnotes | import webnotes | ||||
sql = webnotes.conn.sql | sql = webnotes.conn.sql | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
This module handles the On Demand Backup utility | This module handles the On Demand Backup utility | ||||
@@ -20,6 +20,7 @@ | |||||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
# | # | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Simple Caching: | Simple Caching: | ||||
@@ -1,5 +1,6 @@ | |||||
#!/usr/bin/python | #!/usr/bin/python | ||||
from __future__ import unicode_literals | |||||
""" | """ | ||||
Utilty to review DocType fields: | Utilty to review DocType fields: | ||||