Skip to content

Commit

Permalink
BEAR_KIND: Convert to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Feb 6, 2015
1 parent 50e9c3c commit d2c2ca6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions coalib/bears/BEAR_KIND.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
class BEAR_KIND:
"""
For more information on the kinds of the Bears look at the classes of them themselves.
"""
LOCAL = 1
GLOBAL = 2
from coalib.misc.Enum import enum

BEAR_KIND = enum("LOCAL", "GLOBAL")

1 comment on commit d2c2ca6

@fneu
Copy link
Contributor

@fneu fneu commented on d2c2ca6 Feb 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.