On Tue, Feb 19, 2013 at 10:12 PM, Nick Popoff <[email protected]> wrote:
> In the case of ./contrib/sessions/management/__init__.pyc an __init__.py > is not provided. > > Is it possible compiled 2.7 .pyc files were included instead of .py files > by mistake? > The .pyc files were certainly included by mistake, the tarballs should not contain them. In the case of contrib/sessions/management, that directory shouldn't exist in 1.4 at all, it's new in 1.5. So the corresponding .py file isn't missing, the .pyc file is just (even more) extraneous. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
