mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Make CommandEnum a new-style class.
This commit is contained in:
parent
36430c5e8b
commit
cff85e01d2
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def parse_args(args=None):
|
|||
return parser.parse_args(args)
|
||||
|
||||
|
||||
class CommandEnum:
|
||||
class CommandEnum(object):
|
||||
READ = 1
|
||||
COMPOSE_NEW_ENTRY = 2
|
||||
EDIT_EXISTING_ENTRY = 3 # Existing entries with external editor
|
||||
|
|
Loading…
Add table
Reference in a new issue