aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-21 22:21:22 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-21 22:21:22 -0500
commitb59377d9a31d8614e1b883f7523939c8ab271500 (patch)
treea83498a212eebf93ad18974282264e67d85499ec
parent3e0895c66f3e220d9beaf4f3c53a687a81669bc8 (diff)
downloadcryptography-b59377d9a31d8614e1b883f7523939c8ab271500.tar.gz
cryptography-b59377d9a31d8614e1b883f7523939c8ab271500.tar.bz2
cryptography-b59377d9a31d8614e1b883f7523939c8ab271500.zip
remove unneeded import...whoops
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d37b3fbb..1856cadb 100644
--- a/setup.py
+++ b/setup.py
@@ -10,8 +10,6 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-import sys
-
from setuptools import setup, find_packages