Show More
@@ -1019,6 +1019,8 b' class unbundlepart(unpackermixin):' | |||
|
1019 | 1019 | raise util.Abort(_('Seek failed\n')) |
|
1020 | 1020 | self._pos = newpos |
|
1021 | 1021 | |
|
1022 | # These are only the static capabilities. | |
|
1023 | # Check the 'getrepocaps' function for the rest. | |
|
1022 | 1024 | capabilities = {'HG20': (), |
|
1023 | 1025 | 'listkeys': (), |
|
1024 | 1026 | 'pushkey': (), |
General Comments 0
You need to be logged in to leave comments.
Login now