get rid of superfluous (and nonexistent) python module imports

This commit is contained in:
Steven Grimm 2011-03-30 16:59:13 -07:00
parent e6ff20b2bd
commit 7c63004da1
1 changed files with 1 additions and 1 deletions

View File

@ -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):