diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-09-27 00:03:42 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-09-27 00:03:42 -0400 |
| commit | 30126dfc2877a82b8af02d68ca3b155068d551dd (patch) | |
| tree | a706d699cd1e1f50c2007e69d6ca9ba96819eaed /lib/params.py | |
| parent | ff31f2c4cf1792df351359f1749f63b3d0cce23b (diff) | |
done linting...just need to wrap up and publish
Diffstat (limited to 'lib/params.py')
| -rw-r--r-- | lib/params.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/params.py b/lib/params.py index 33a467e..2f3bf31 100644 --- a/lib/params.py +++ b/lib/params.py @@ -1,6 +1,7 @@ """Params class and methods stored here""" import sys -from param import Bool, Color, Enum, Float, Img_url, Json, Raw, String +from param import Bool, Color, Enum, Float, Int,\ + Img_url, Json, Raw, String class BadParamError(Exception): pass |
