Changes between Initial Version and Version 2 of Ticket #13512
- Timestamp:
- May 10, 2010, 7:52:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13512
- Property Resolution → worksforme
- Property Status new → closed
-
Ticket #13512 – Description
initial v2 1 {{{ 1 2 Traceback (most recent call last): 2 3 File "src/project/manage.py", line 18, in <module> … … 37 38 for entry in package.__path__: # No __path__, then not a package. 38 39 AttributeError: 'module' object has no attribute '__path__' 40 }}}