| Index: sitescripts/management/bin/start_services.py |
| =================================================================== |
| --- a/sitescripts/management/bin/start_services.py |
| +++ b/sitescripts/management/bin/start_services.py |
| @@ -15,7 +15,7 @@ |
| # You should have received a copy of the GNU General Public License |
| # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| -import os, subprocess |
| +import exceptions, os, subprocess |
| from sitescripts.utils import get_config |
| def _get_services(): |