remove obsolete import
This commit is contained in:
parent
8d2e5a2e33
commit
2dc7c26842
|
@ -22,4 +22,4 @@ rss_feeds = [
|
|||
{'author':'Oliver Marks', 'url': 'http://www.digitaloctave.co.uk/rss.xml'},
|
||||
{'author':'Mike McRoberts', 'url': 'http://thearduinoguy.org/?feed=rss2'}]
|
||||
|
||||
kent_hackspace = ['http://www.medwaymakers.co.uk/']
|
||||
kent_hackspace = ['http://www.medwaymakers.co.uk/', 'http://canterbury.hackspace.org.uk/']
|
||||
|
|
|
@ -7,7 +7,6 @@ import requests.exceptions
|
|||
from lxml import etree
|
||||
import lxml
|
||||
|
||||
from settings import *
|
||||
from scaffold.web import web as html
|
||||
from scaffold.web import www
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue