1
0
forked from VimPlug/jedi

dict assignment renaming -> fixes #20

This commit is contained in:
David Halter
2012-09-22 18:19:47 +02:00
parent eefac2a473
commit 7c45d84721
2 changed files with 29 additions and 2 deletions

View File

@@ -86,3 +86,14 @@ from import_tree.rename1 import abc
#< (88, 32),
from import_tree.rename1 import not_existing
response = HttpResponse(mimetype='application/pdf')
response['Content-Disposition'] = 'attachment; filename=%s.pdf' % id
response.write(pdf)
#< (95, 0), (96, 0), (97, 0), (99, 0)
response