#!/bin/bash
# This hook is run after every virtualenv is deactivated.

export PYTHONPATH=$VE_OLD_PYTHONPATH
