html.py: import re module
Bugfix for last commit.
This commit is contained in:
parent
c85af755ac
commit
2a8d4e2d28
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# encoding: utf8
|
||||
import time, os, glob, sys
|
||||
import time, os, glob, sys, re
|
||||
from subprocess import Popen
|
||||
|
||||
def output(path, url, data):
|
||||
|
|
Loading…
Add table
Reference in a new issue