commands: Use unicode literals.
This commit is contained in:
parent
167bf0c07a
commit
a97af644cd
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue