mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
6 lines
175 B
Python
6 lines
175 B
Python
from __future__ import unicode_literals
|
|
|
|
def execute():
|
|
"""appends from __future__ import unicode_literals to py files if necessary"""
|
|
import wnf
|
|
wnf.append_future_import() |