X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=text_utils.py;h=36cfe2fd720d9e0cb479992495a70d66161ae132;hb=ed8fa2b10b0177b15b7423263bdd390efde2f0c8;hp=49ff9b979e2db0e26adfd6dc7b6f0e4663e62289;hpb=83c1e0d04fe2e78963c8b508e8b7d0ae03bfcb16;p=python_utils.git diff --git a/text_utils.py b/text_utils.py index 49ff9b9..36cfe2f 100644 --- a/text_utils.py +++ b/text_utils.py @@ -232,7 +232,7 @@ def wrap_string(text: str, n: int) -> str: return out -class Indenter: +class Indenter(object): """ with Indenter(pad_count = 8) as i: i.print('test')