Remove unused imports.

This commit is contained in:
Dave Peticolas 2012-08-09 21:25:13 -07:00
commit 08272dc25d
10 changed files with 2 additions and 37 deletions

View file

@ -10,10 +10,6 @@ import os
import shutil
import time
import tempfile
try:
import json
except:
import simplejson as json
from nose.plugins.skip import SkipTest