From 3db48dfd834531d8d66751dfc7ff7bd289f2ef0d Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 24 Jan 2013 23:34:04 +0100 Subject: Cleanup --- bvggrabber/api/__init__.py | 4 +--- bvggrabber/api/actualdeparture.py | 2 -- bvggrabber/bvg-grabber.py | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) (limited to 'bvggrabber') diff --git a/bvggrabber/api/__init__.py b/bvggrabber/api/__init__.py index 063e7e2..daaeca0 100644 --- a/bvggrabber/api/__init__.py +++ b/bvggrabber/api/__init__.py @@ -1,6 +1,4 @@ # -*- coding: utf-8 -*- - - from datetime import datetime from dateutil.parser import parse @@ -45,4 +43,4 @@ class Departure(): return self.when - datetime.now() def to_json(self): - pass \ No newline at end of file + pass diff --git a/bvggrabber/api/actualdeparture.py b/bvggrabber/api/actualdeparture.py index a282c7f..93181cc 100644 --- a/bvggrabber/api/actualdeparture.py +++ b/bvggrabber/api/actualdeparture.py @@ -1,6 +1,4 @@ # -*- coding: utf-8 -*- - - import requests from bs4 import BeautifulSoup diff --git a/bvggrabber/bvg-grabber.py b/bvggrabber/bvg-grabber.py index 38d0ca0..7ba7483 100755 --- a/bvggrabber/bvg-grabber.py +++ b/bvggrabber/bvg-grabber.py @@ -1,6 +1,5 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- - import json import time -- cgit v1.2.3