From dac73bd39db07e2fc471fb306f62d48d9a7faf9e Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sat, 5 Dec 2015 17:23:14 -0800 Subject: updated imbreak --- ricky/param/enum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ricky/param/enum.py') diff --git a/ricky/param/enum.py b/ricky/param/enum.py index 3a9fe0e..d4a839a 100644 --- a/ricky/param/enum.py +++ b/ricky/param/enum.py @@ -5,7 +5,7 @@ import decimal class Enum(Param): def __init__(self, options=None, **kwargs): - self._options = set(options) + self._options = tuple(options) if not self._options: raise ValueError("Object must be initialized with options set") super(Enum, self).__init__(**kwargs) -- cgit v1.2.3-70-g09d2