Opened 15 months ago

Last modified 15 months ago

#14199 closed defect

Typo in code — at Initial Version

Reported by: figaro Owned by: Ryan J Ollos
Priority: low Component: IncludeMacro
Severity: normal Keywords: patch
Cc: Trac Release:

Description

changeset:18147 introduced a typo on line 44 of macros.py:

Line 
41try:
42    basestring
43except NameError:
44    basetring = str

See https://trac-hacks.org/changeset?new=18147%40includemacro%2Ftrunk&old=18132%40includemacro%2Ftrunk

basetring should probably be basestring.

Change History (0)

Note: See TracTickets for help on using tickets.