setup cannot have unicode literals

This commit is contained in:
Ask Solem 2016-04-07 17:29:53 -07:00
parent 719ce2ef78
commit 8570f3cf53
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
import os
import re
import sys