From 1f8dcd0589da062fcb26d19d3e05acdd346df492 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Thu, 31 Oct 2013 16:27:59 -0400 Subject: [PATCH] Remove accidentally left-in import of zulip in setup.py. This is **actually** 0.2.2 :) (imported from commit 4ae69809b550d76b7c3bdf7b1420b25b6e41f73b) --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index f136d95..2ec3a44 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -import zulip - import os import sys