##// END OF EJS Templates
bundle2.unbundle20: add compressed() method...
Eric Sumner -
r24071:184a2f6f default
parent child Browse files
Show More
@@ -607,6 +607,8 b' class unbundle20(unpackermixin):'
607 return self._readexact(headersize)
607 return self._readexact(headersize)
608 return None
608 return None
609
609
610 def compressed(self):
611 return False
610
612
611 class bundlepart(object):
613 class bundlepart(object):
612 """A bundle2 part contains application level payload
614 """A bundle2 part contains application level payload
General Comments 0
You need to be logged in to leave comments. Login now