get rid of superfluous (and nonexistent) python module imports
This commit is contained in:
parent
e6ff20b2bd
commit
7c63004da1
|
|
@ -1,5 +1,5 @@
|
|||
# Figure out which other elements of an episode page are available.
|
||||
import os, string, regex, regsub
|
||||
import os, string
|
||||
|
||||
# Check for the existence of a file.
|
||||
def exists(filename):
|
||||
|
|
|
|||
Loading…
Reference in New Issue