diff options
Diffstat (limited to 'smg_common.py')
-rw-r--r-- | smg_common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smg_common.py b/smg_common.py index 4fa4017..be26960 100644 --- a/smg_common.py +++ b/smg_common.py @@ -5,6 +5,7 @@ class padding: # the fill string def __init__(self): + # use ascii string please self.string = "This is padding data to alignme" # return the padding string to align data at a |