Skip to content

Commit bd8a547

Browse files
author
Martin Larralde
committed
Fix unicode_literals causing Python2 build to fail
1 parent 8a6f7c4 commit bd8a547

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ install:
2222

2323
script:
2424
- cd example && python setup.py develop && cd ..
25-
- cd example_tomlgen && python setup.py tomlgen_rust -w && cd ..
25+
- cd example_tomlgen && python setup.py tomlgen_rust -w build && cd ..

example_tomlgen/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build/
22
Cargo.toml
33
Cargo.lock
4+
.cargo

setuptools_rust/tomlgen.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# coding: utf-8
2-
from __future__ import unicode_literals
3-
42
import glob
53
import os
64
import string

0 commit comments

Comments
 (0)