Skip to content

Commit

Permalink
Merge pull request bottlepy#483 from denik/unused_import
Browse files Browse the repository at this point in the history
remove unused import: urllib
  • Loading branch information
defnull committed Apr 16, 2013
2 parents f6360bb + 0f21890 commit d89d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottle.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import gevent.monkey; gevent.monkey.patch_all()

import base64, cgi, email.utils, functools, hmac, imp, itertools, mimetypes,\
os, re, subprocess, sys, tempfile, threading, time, urllib, warnings
os, re, subprocess, sys, tempfile, threading, time, warnings

from datetime import date as datedate, datetime, timedelta
from tempfile import TemporaryFile
Expand Down

0 comments on commit d89d676

Please sign in to comment.