pyflakes fixes

This commit is contained in:
Romain Bignon 2010-10-08 13:52:56 +02:00
commit cc541cc64a
3 changed files with 2 additions and 3 deletions

View file

@ -22,4 +22,4 @@ class GeolocIPTest(BackendTest):
BACKEND = 'geolocip'
def test_geolocip(self):
location = self.backend.get_location('88.198.11.130')
self.backend.get_location('88.198.11.130')

View file

@ -16,7 +16,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
import sys
from datetime import datetime
from .base import IBaseCap, CapBaseObject

View file

@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from .base import IBaseCap, CapBaseObject, NotLoaded
from .base import IBaseCap, CapBaseObject
from weboob.tools.ordereddict import OrderedDict