Remove unnecessary imports.

llvm-svn: 121393
This commit is contained in:
Johnny Chen 2010-12-09 18:38:52 +00:00
parent 629938b887
commit 67f73ac7f2
1 changed files with 1 additions and 3 deletions

View File

@ -6,10 +6,8 @@ Test cases:
Test the caching mechanism of the source manager.
"""
import os, time
import re
import unittest2
import lldb, lldbutil
import lldb
from lldbtest import *
class SourceManagerTestCase(TestBase):