check_postgres_backup: Don't try to use a virtualenv.

The dependencies for this tool are installed using apt.
This commit is contained in:
Tim Abbott 2016-07-31 19:06:48 -07:00
parent a5115d54ee
commit 4bdd9d3769
1 changed files with 0 additions and 3 deletions

View File

@ -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