1
0
mirror of https://github.com/httpie/cli.git synced 2025-03-17 20:58:02 +02:00
This commit is contained in:
Jakub Roztocil 2014-06-28 13:08:58 +02:00
parent a02a1eb562
commit 8c892edd4f

View File

@ -1,5 +1,6 @@
import sys
import codecs
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand