Fix problems from pyflakes output
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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, \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user