From a90590a4422dd249f85ec0cbcca50734f4718814 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 1 Jul 2013 15:21:14 -0400 Subject: [PATCH] Remove unused imports/constants --- cms/djangoapps/contentstore/features/textbooks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cms/djangoapps/contentstore/features/textbooks.py b/cms/djangoapps/contentstore/features/textbooks.py index 69ed26ed46..0b7b5eaaf5 100644 --- a/cms/djangoapps/contentstore/features/textbooks.py +++ b/cms/djangoapps/contentstore/features/textbooks.py @@ -2,14 +2,9 @@ #pylint: disable=W0621 from lettuce import world, step -from django.conf import settings -import requests -import string -import random import os TEST_ROOT = settings.COMMON_TEST_DATA_ROOT -HTTP_PREFIX = "http://localhost:8001" @step(u'I go to the textbooks page')