mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
added unicode_literals import at start of each file
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
from __future__ import unicode_literals
|
||||
import os, commands
|
||||
|
||||
# ask for root mysql password
|
||||
|
||||
Reference in New Issue
Block a user