[Piglit] [RESEND Patch V2 04/16] framework/core.py: Remove unused imports
Dylan Baker
baker.dylan.c at gmail.com
Thu Jan 23 09:07:59 PST 2014
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
framework/core.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/framework/core.py b/framework/core.py
index 6a25781..1f14b06 100644
--- a/framework/core.py
+++ b/framework/core.py
@@ -26,16 +26,11 @@ import errno
import os
import platform
import re
-import stat
import subprocess
-import string
import sys
import time
import traceback
-from log import log
from cStringIO import StringIO
-from textwrap import dedent
-from threads import synchronized_self
import multiprocessing
import multiprocessing.dummy
import importlib
--
1.8.5.3
More information about the Piglit
mailing list