mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 830458 - Import errno to ConfigStatus.py. r=gps
This commit is contained in:
parent
43b9047c70
commit
d38e95d54b
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user