diff options
| author | Adrian Likins <alikins@redhat.com> | 2007-09-24 15:22:16 -0400 |
|---|---|---|
| committer | Adrian Likins <alikins@redhat.com> | 2007-09-24 15:22:16 -0400 |
| commit | 9c72cbd826528bb64267ba2184ae16099343c7ab (patch) | |
| tree | ef33f4ac253ebd1c9c1deb8618d6ac6a405b1c4d /server/codes.py | |
| parent | bcbdab56d02a09ecda8a70acd6e5990073dd6b3e (diff) | |
pyflakes cleanups
mostly just removing unused modules
change "from codes import *" to "import codes" in a couple
places and updated accordingly
Diffstat (limited to 'server/codes.py')
| -rwxr-xr-x | server/codes.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/codes.py b/server/codes.py index dc0ceac..c549709 100755 --- a/server/codes.py +++ b/server/codes.py @@ -14,9 +14,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. """ import exceptions -import string -import sys -import traceback class FuncException(exceptions.Exception): |
