Opened 16 years ago

Closed 16 years ago

#9145 closed (duplicate)

use of __import(stuff, '', '', [''])

Reported by: Maciej Fijalkowski Owned by: jacobkm
Component: Uncategorized Version: 1.0
Severity: Keywords: pypy obscure
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Which does not work on top of pypy for example:
line 20 in django/contrib/comments/init.py

Change History (3)

comment:1 by Maciej Fijalkowski, 16 years ago

Owner: changed from nobody to jacobkm

comment:2 by Maciej Fijalkowski, 16 years ago

Keywords: pypy obscure added

comment:3 by oyvind, 16 years ago

Resolution: duplicate
Status: newclosed

duplicate of #8193

Note: See TracTickets for help on using tickets.
Back to Top