summaryrefslogtreecommitdiff
path: root/ricky/param/selections.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-10-10 02:55:16 -0700
committeryo mama <pepper@scannerjammer.com>2015-10-10 02:55:16 -0700
commitb10e46d0efca25234b18c28a47393cbf365b3c0d (patch)
tree5ae5bb2860c5d5d4d4f0691b2bf323c1956015d5 /ricky/param/selections.py
parentb02cc8d49513cdcc54f4421e71db3512354d4e2e (diff)
renamed options to selections
Diffstat (limited to 'ricky/param/selections.py')
-rw-r--r--ricky/param/selections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/param/selections.py b/ricky/param/selections.py
index 303c92e..1e2c3b3 100644
--- a/ricky/param/selections.py
+++ b/ricky/param/selections.py
@@ -1,4 +1,4 @@
-from ricky.param.option import Selection
+from ricky.param.selection import Selection
import sys
class Selections:
def __init__(self, *args):