mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
setup_path_on_import: Drop Python 2 support.
This commit is contained in:
@@ -10,7 +10,7 @@ import sys
|
||||
BASE_DIR = dirname(dirname(dirname(abspath(__file__))))
|
||||
activate_this = os.path.join(
|
||||
BASE_DIR,
|
||||
"zulip-venv" if sys.version_info[0] == 2 else "zulip-py3-venv",
|
||||
"zulip-py3-venv",
|
||||
"bin",
|
||||
"activate_this.py")
|
||||
if os.path.exists(activate_this):
|
||||
|
||||
Reference in New Issue
Block a user