Drop some dead imports of imp

This commit is contained in:
Brett Cannon 2013-06-15 13:37:12 -04:00
parent c81549f476
commit 27bbfdbc4c
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import os
import sys
import imp
import importlib.machinery
from idlelib.TreeWidget import TreeItem