replace everywhere: 'is [not] None' -> '(==|!=) None'
This commit is contained in:
parent
3ae35a87d0
commit
ec1a9dbfca
28 changed files with 690 additions and 668 deletions
|
|
@ -28,6 +28,7 @@ MODEL_MGMT = [
|
|||
Separator(),
|
||||
'load state',
|
||||
'dump state',
|
||||
'to graphviz',
|
||||
Separator(),
|
||||
'exit'
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue