[Lldb-commits] [lldb] r121393 - /lldb/trunk/test/source-manager/TestSourceManager.py
Johnny Chen
johnny.chen at apple.com
Thu Dec 9 10:38:52 PST 2010
Author: johnny
Date: Thu Dec 9 12:38:52 2010
New Revision: 121393
URL: http://llvm.org/viewvc/llvm-project?rev=121393&view=rev
Log:
Remove unnecessary imports.
Modified:
lldb/trunk/test/source-manager/TestSourceManager.py
Modified: lldb/trunk/test/source-manager/TestSourceManager.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/source-manager/TestSourceManager.py?rev=121393&r1=121392&r2=121393&view=diff
==============================================================================
--- lldb/trunk/test/source-manager/TestSourceManager.py (original)
+++ lldb/trunk/test/source-manager/TestSourceManager.py Thu Dec 9 12:38:52 2010
@@ -6,10 +6,8 @@
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):
More information about the lldb-commits
mailing list