pep8 and pylint cleanup of new files

This commit is contained in:
Jay Zoldak
2013-04-11 14:11:30 -04:00
parent 442141fa04
commit 88852c4b26
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
import json
import urlparse
from logging import getLogger
logger = getLogger(__name__)

View File

@@ -1,10 +1,8 @@
import mock
import unittest
import threading
import json
import urllib
import urllib2
from mock_cs_server import MockCommentServiceServer, MockCommentServiceRequestHandler
from mock_cs_server import MockCommentServiceServer
from nose.plugins.skip import SkipTest
@@ -18,7 +16,7 @@ class MockCommentServiceServerTest(unittest.TestCase):
# This is a test of the test setup,
# so it does not need to run as part of the unit test suite
# You can re-enable it by commenting out the line below
# raise SkipTest
raise SkipTest
# Create the server
server_port = 4567