Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/management/bin/start_services.py

Issue 5457932233736192: Add missing import (Closed)
Patch Set: Created Nov. 16, 2013, 3:46 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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():
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld