mirror of https://github.com/zulip/zulip.git
Remove accidentally left-in import of zulip in setup.py.
This is **actually** 0.2.2 :) (imported from commit 4ae69809b550d76b7c3bdf7b1420b25b6e41f73b)
This commit is contained in:
parent
3be10e50ef
commit
7b6e584336
|
@ -1,8 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import zulip
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue