Browse Source

Remove an unused import

main
Seo Sanghyeon 18 years ago
parent
commit
e8b267d477
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Utility.py

+ 1
- 1
Utility.py View File

@@ -14,7 +14,7 @@


ident = "$Id$" ident = "$Id$"


import sys, types, httplib, smtplib, urllib, socket, weakref
import sys, types, httplib, urllib, socket, weakref
from os.path import isfile from os.path import isfile
from string import join, strip, split from string import join, strip, split
from UserDict import UserDict from UserDict import UserDict


Loading…
Cancel
Save