1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +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
+1
View File
@@ -1,3 +1,4 @@
from __future__ import absolute_import
import json
import pygments.lexer