Skip to content

Commit

Permalink
Removed unused import. Thanks, jarek.zgoda.
Browse files Browse the repository at this point in the history
git-svn-id: https://pysolr.googlecode.com/svn/trunk@12 13ae9d4a-4d43-0410-997b-81b7443f7ec1
  • Loading branch information
jkocherhans committed Mar 14, 2008
1 parent 41f2c79 commit 56abdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysolr.py
Expand Up @@ -104,7 +104,7 @@
from urllib import urlencode
from urlparse import urlsplit
from datetime import datetime, date
from time import strptime, strftime
from time import strptime
try:
# for python 2.5
from xml.etree import ElementTree
Expand Down

0 comments on commit 56abdc6

Please sign in to comment.