Fix problems from pyflakes output

This commit is contained in:
Will Kahn-Greene
2012-06-03 15:53:34 -04:00
parent 349f5b19f7
commit a855e92a98
14 changed files with 14 additions and 32 deletions

View File

@@ -14,11 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import urlparse
import datetime
from nose.tools import assert_equal
from mediagoblin.tests.tools import setup_fresh_app
from mediagoblin import mg_globals

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
from nose.tools import assert_equal, assert_true, assert_false
from nose.tools import assert_equal
from mediagoblin import processing

View File

@@ -16,9 +16,8 @@
import urlparse
import os
import re
from nose.tools import assert_equal, assert_true, assert_false
from nose.tools import assert_equal, assert_true
from pkg_resources import resource_filename
from mediagoblin.tests.tools import get_test_app, \

View File

@@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from mediagoblin.tests.tools import setup_fresh_app
from mediagoblin import mg_globals
from mediagoblin.tools import text
@setup_fresh_app

View File

@@ -17,7 +17,6 @@
import os
import tempfile
from nose.tools import assert_raises
from mediagoblin import workbench
from mediagoblin.tests.test_storage import get_tmp_filestorage