blob: cbbe5daeb18a6a28f56fcf8a4a771f76ef0bfa0e [file] [log] [blame]
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
2# License: GNU General Public License v3. See license.txt
3
Anand Doshi9b8fca92012-07-23 13:10:33 +05304from __future__ import unicode_literals
5
6def execute():
7 """appends from __future__ import unicode_literals to py files if necessary"""
8 import wnf
9 wnf.append_future_import()