mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
added unicode_literals import at start of each file
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#
|
||||
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import cgi, cgitb, os, sys
|
||||
cgitb.enable()
|
||||
|
||||
|
||||
@@ -16,6 +16,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
|
||||
"""
|
||||
return a dynamic page from website templates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user