changeset 71:db7c76d337aa trunk

Add back line that was accidentially left commented out in [75].
author cmlenz
date Tue, 11 Jul 2006 17:41:47 +0000
parents dd73921530e8
children ee092ccb3af1
files markup/template.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/markup/template.py
+++ b/markup/template.py
@@ -150,7 +150,7 @@
         
         If the stack is empty, an `AssertionError` is raised.
         """
-        #assert self.frames, 'Pop from empty context stack'
+        assert self.frames, 'Pop from empty context stack'
         self.frames.popleft()
 
 
Copyright (C) 2012-2017 Edgewall Software