diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-05-07 11:12:25 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-05-07 11:12:25 +0200 |
commit | 2e0f32353f5e3dffcc8f29239c272f04907e06e0 (patch) | |
tree | 59a53842bf8a8dbed15b4d8b52945ad4120f5620 /plugins/__init__.py | |
parent | 76170833713c2fc72cefbefa28b8c7ef6a47ef80 (diff) |
some more small code improvements thanks to pychecker
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@252 86f53f14-5ff3-0310-afe5-9b438ce3f40c
Diffstat (limited to 'plugins/__init__.py')
-rw-r--r-- | plugins/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/__init__.py b/plugins/__init__.py index 435dc8e..dc6c3b4 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -44,7 +44,6 @@ fields: Pluings can use the functions exported by this module.""" import sys -import urllib import debugio import config import time |