Skip to content

Commit

Permalink
Now importing re to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Jan 10, 2019
1 parent 508f350 commit 6360104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from setuptools import setup
from pyscses import __version__ as VERSION
import re

def remove_img_tags(data):
p = re.compile(r'<img.*?/>')
Expand Down

0 comments on commit 6360104

Please sign in to comment.