setup: remove unneeded import

This commit is contained in:
Sebastien Bourdeauducq 2015-09-23 09:52:24 +08:00
parent 8421549935
commit 8935ca2c9f
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python3
import sys
import os
from setuptools import setup
from setuptools import find_packages