aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils.py
AgeCommit message (Collapse)Author
2013-11-24Rename all panels consistently.Aymeric Augustin
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
2013-11-18Decode source code with the declared encoding.Aymeric Augustin
Fix #228.
2013-11-16Turn package without submodules into module.Aymeric Augustin