Skip to content

Commit b7947a0

Browse files
committed
Remove obsolete re import in html/views.py
This import slipped in from a previous commit (wrong fork, wrong branch, had to cherry pick, resolve conflicts, ...) Anyway, I actually think it already slipped into the original commit by accident: z3r0w0n@74fad83
1 parent 94aaaec commit b7947a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/html/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import shutil
2323
import subprocess
2424
import xmlrpclib
25-
import re
2625
import ssl
2726

2827
# Needed to escape characters for the Android referrer...

0 commit comments

Comments
 (0)