Skip to content

Commit

Permalink
remove unneeded re import
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwinlu committed Sep 16, 2014
1 parent b1d406a commit bc4e0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrapify.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from pelican import signals, contents
from bs4 import BeautifulSoup
import re

def replace(searchterm, soup, attributes):
for item in soup.findAll(searchterm):
Expand Down

0 comments on commit bc4e0a1

Please sign in to comment.