python3: clean up class brackets

This commit is contained in:
Aldo Cortesi
2016-10-17 17:29:45 +13:00
parent fb22f2ff4f
commit a647b30365
69 changed files with 122 additions and 122 deletions

View File

@@ -3,7 +3,7 @@ import sys
import netlib.utils
class MemBool():
class MemBool:
"""
Truth-checking with a memory, for use in chained if statements.