diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-10-10 02:55:16 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-10-10 02:55:16 -0700 |
| commit | b10e46d0efca25234b18c28a47393cbf365b3c0d (patch) | |
| tree | 5ae5bb2860c5d5d4d4f0691b2bf323c1956015d5 /ricky/impattern/params.py | |
| parent | b02cc8d49513cdcc54f4421e71db3512354d4e2e (diff) | |
renamed options to selections
Diffstat (limited to 'ricky/impattern/params.py')
| -rw-r--r-- | ricky/impattern/params.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/impattern/params.py b/ricky/impattern/params.py index 73c6fb2..b4a63ae 100644 --- a/ricky/impattern/params.py +++ b/ricky/impattern/params.py @@ -1,7 +1,7 @@ import re from ricky.params import Params from ricky.param import Param -from ricky.param.option import Selection +from ricky.param.selection import Selection from ricky.param.selections import Selections from ricky.param.username import Username from ricky.param.imageurl import ImageUrl |
