~ubuntu-branches/ubuntu/karmic/m2crypto/karmic

« back to all changes in this revision

Viewing changes to M2Crypto/m2urllib2.py

  • Committer: Bazaar Package Importer
  • Author(s): Dima Barsky
  • Date: 2008-08-15 22:04:14 UTC
  • mfrom: (2.2.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080815220414-0z3b109m6bltav9d
Tags: 0.18.2-2
Added "import inspect" to M2Crypto/m2urllib2.py 
(Closes: #493314, #484364, 477799) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
from urllib2 import *
15
15
import urlparse
 
16
import inspect
16
17
 
17
18
import SSL
18
19
import httpslib