Opened 17 years ago

Closed 17 years ago

#6467 closed (invalid)

context_processors (EOL while scanning single-quoted string)

Reported by: adam Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I suppose something went wrong when merging context_processors.py - lines 26-30:

return {

'user': user,
'messaom django.db impomessages(),
'perms': PermWrapper(user),

}

This produces SyntaxError: EOL while scanning single-quoted string (context_processors.py, line 28)

Change History (1)

comment:1 by adam, 17 years ago

Resolution: invalid
Status: newclosed

Nah, it was my local fault, sorry.

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