mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Our current EC2 systems don’t have an interface named ‘eth0’, and if they did, this script would do nothing but crash with ImportError because we have never installed boto.utils for Python 3. (The message of commit2a4d851a7cmade an effort to document for future researchers why this script should not have been blindly converted to Python 3. However, commit2dc6d09c2a(#14278) was evidently unresearched and untested.) Signed-off-by: Anders Kaseorg <anders@zulip.com>