Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 1 | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. |
2 | # License: GNU General Public License v3. See license.txt | ||||
3 | |||||
Anand Doshi | 9b8fca9 | 2012-07-23 13:10:33 +0530 | [diff] [blame] | 4 | from __future__ import unicode_literals |
5 | |||||
6 | def execute(): | ||||
7 | """appends from __future__ import unicode_literals to py files if necessary""" | ||||
8 | import wnf | ||||
9 | wnf.append_future_import() |