Bug 830458 - Import errno to ConfigStatus.py. r=gps

This commit is contained in:
Monica Chew 2013-01-14 20:15:04 -05:00
parent 43b9047c70
commit d38e95d54b

View File

@ -9,6 +9,7 @@
from __future__ import with_statement
from optparse import OptionParser
import sys, re, os, posixpath, ntpath
import errno
from StringIO import StringIO
# Standalone js doesn't have virtualenv.
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'config'))