Skip to content

Commit

Permalink
html.py: import re module
Browse files Browse the repository at this point in the history
Bugfix for last commit.
  • Loading branch information
groggyd88 committed Apr 25, 2014
1 parent c85af75 commit 2a8d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/addon_manager/html.py
@@ -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):
Expand Down

0 comments on commit 2a8d4e2

Please sign in to comment.