summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-11-25 21:41:22 -0800
committerKenneth Graunke <kenneth@whitecape.org>2012-11-25 21:41:22 -0800
commit95396286c4c1d265860196aac6a19b292e5c8baf (patch)
treec03d090015718e64f138b11f9d2169467b876f09
parent4df645cdadbcb6dcf3c31b682b66b3e1741be892 (diff)
tidy imports a bit
-rwxr-xr-xprograms/run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/programs/run.py b/programs/run.py
index 67e5722..8e762fb 100755
--- a/programs/run.py
+++ b/programs/run.py
@@ -21,12 +21,11 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#
+
__all__ = ['main']
-from getopt import gnu_getopt, GetoptError
import argparse
from argparse import ArgumentParser
-from multiprocessing import cpu_count
import os
import os.path as path
import re