Commit 18ef1f89 authored by Jeremy Hylton's avatar Jeremy Hylton

Make error message clearer

parent b7dfd523
......@@ -39,7 +39,7 @@ class PCounter2(PCounter):
class PCounter3(PCounter):
def _p_resolveConflict(self, oldState, savedState, newState):
raise AttributeError, "no attribute"
raise AttributeError, "no attribute (testing conflict resolution)"
class PCounter4(PCounter):
def _p_resolveConflict(self, oldState, savedState):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment