summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever <arfrever@gentoo.org>2011-12-30 12:10:44 -0500
committerAnthony G. Basile <blueness@gentoo.org>2011-12-30 12:10:53 -0500
commitbe41e707eea09113c3d1a7b4cf255b1044e48ef3 (patch)
treefc6d3f9f6df9b342468c0dd63bfa35218049bc28 /WebappConfig/filetype.py
parentUpdate syntax of setting exceptions for compatibility with Python 3. (diff)
downloadwebapp-config-be41e707eea09113c3d1a7b4cf255b1044e48ef3.tar.gz
webapp-config-be41e707eea09113c3d1a7b4cf255b1044e48ef3.tar.bz2
webapp-config-be41e707eea09113c3d1a7b4cf255b1044e48ef3.zip
Delete some unused variables and imports.
Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'WebappConfig/filetype.py')
-rw-r--r--WebappConfig/filetype.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/filetype.py b/WebappConfig/filetype.py
index 41aff8f..1de66ba 100644
--- a/WebappConfig/filetype.py
+++ b/WebappConfig/filetype.py
@@ -22,7 +22,7 @@ __version__ = "$Id: filetype.py 245 2006-01-13 16:57:29Z wrobel $"
# Dependencies
# ------------------------------------------------------------------------
-import os.path, re
+import re
from WebappConfig.debug import OUT