version.py
changeset 2239 813792f22527
parent 1881 091005ec69c4
child 2351 467f6daff4e9
equal deleted inserted replaced
2238:a01a3ed1af2c 2239:813792f22527
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    24 
    24 
    25 
    25 
    26 from __future__ import absolute_import
    26 from __future__ import absolute_import
       
    27 from __future__ import unicode_literals
       
    28 
    27 import subprocess
    29 import subprocess
    28 import os
    30 import os
    29 
    31 
    30 import util.paths as paths
    32 import util.paths as paths
    31 
    33