Skip to content
Snippets Groups Projects
Commit 58bcc17a authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Reflow comment.

Gbp-Dch: ignore
parent 8ee4e4ef
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,8 @@ def specialize_as(cls, file):
optimization, especially in cases where the Container contains hundreds of
similar/small files. (This can be seen in the case of apktool and .smali
files). In this case, this method can be used to essentially fix/force the
type.
Care should naturally be taken within Container implementations; such as
checking the file extension and so forth.
type. Care should naturally be taken within Container implementations;
such as checking the file extension and so forth.
"""
new_cls = type(cls.__name__, (cls, type(file)), {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment