1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

Fixed json absolute import

This commit is contained in:
Jakub Roztocil 2016-03-01 16:39:50 +08:00
parent f96f0ef9ed
commit 345f5a02a2

View File

@ -1,3 +1,4 @@
from __future__ import absolute_import
import json
import pygments.lexer