Commit 9475db76 authored by Collin Winter's avatar Collin Winter

Clean up imports.

parent b1bb01e2
from test.test_support import verify, verbose, TestFailed, run_unittest
# Minimal tests for dis module
from test.test_support import verbose, run_unittest
import unittest
import sys
import dis
import StringIO
# Minimal tests for dis module
import unittest
def _f(a):
print a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment