Skip to content

Commit

Permalink
Bug 830458 - Import errno to ConfigStatus.py. r=gps
Browse files Browse the repository at this point in the history
  • Loading branch information
Monica Chew committed Jan 15, 2013
1 parent 7ef4603 commit dd0a165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ConfigStatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit dd0a165

Please sign in to comment.