thanks pyflakes

This commit is contained in:
Romain Bignon 2011-05-03 13:45:12 +02:00
commit cb53bb6514
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.capabilities.base import CapBaseObject
from weboob.capabilities.base import CapBaseObject, NotLoaded
class Thumbnail(CapBaseObject):
def __init__(self, url):

View file

@ -20,7 +20,6 @@
from dateutil import tz
from logging import warning
from random import random
from time import time, sleep
from tempfile import gettempdir
import os