generate_builtins.py: Add missing import.

Import sys for sys.exit.
This commit is contained in:
Vinson Lee
2011-01-12 11:35:43 -08:00
parent e1fb511570
commit a42906f862

View File

@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
import re
import sys
from glob import glob
from os import path
from subprocess import Popen, PIPE