commands: Use unicode literals.

This commit is contained in:
Damir Jelić 2018-10-14 14:02:37 +02:00
parent 167bf0c07a
commit a97af644cd
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
from __future__ import unicode_literals
import argparse
import re
from builtins import str

View file

@ -14,7 +14,6 @@
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# from __future__ import unicode_literals
from builtins import super
from collections import namedtuple
from enum import Enum, unique