mirror of https://github.com/zulip/zulip.git
check_postgres_backup: Don't try to use a virtualenv.
The dependencies for this tool are installed using apt.
This commit is contained in:
parent
a5115d54ee
commit
4bdd9d3769
|
@ -5,9 +5,6 @@ import subprocess
|
|||
from datetime import datetime, timedelta
|
||||
|
||||
import sys
|
||||
sys.path.append('/home/zulip/deployments/current')
|
||||
import scripts.lib.setup_path_on_import
|
||||
|
||||
import dateutil.parser
|
||||
import pytz
|
||||
|
||||
|
|
Loading…
Reference in New Issue