Bug 1176642 - Fix typo in import name; r=smacleod

This regressed in 101600812e66.
This commit is contained in:
Gregory Szorc 2015-06-25 13:06:25 -07:00
parent 8bf5ef3a58
commit 3cc988760f

View File

@ -34,7 +34,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
from __future__ import mozprocess
from __future__ import absolute_import
from ctypes import c_void_p, POINTER, sizeof, Structure, windll, WinError, WINFUNCTYPE, c_ulong
from ctypes.wintypes import BOOL, BYTE, DWORD, HANDLE, LPCWSTR, LPWSTR, UINT, WORD