Show More
@@ -564,7 +564,7 b' class curseschunkselector(object):' | |||||
564 |
|
564 | |||
565 | # affects some ui text |
|
565 | # affects some ui text | |
566 | if operation not in _headermessages: |
|
566 | if operation not in _headermessages: | |
567 |
raise |
|
567 | raise error.ProgrammingError('unexpected operation: %s' % operation) | |
568 | self.operation = operation |
|
568 | self.operation = operation | |
569 |
|
569 | |||
570 | def uparrowevent(self): |
|
570 | def uparrowevent(self): |
General Comments 0
You need to be logged in to leave comments.
Login now