From 30126dfc2877a82b8af02d68ca3b155068d551dd Mon Sep 17 00:00:00 2001 From: Pepper Date: Sun, 27 Sep 2015 00:03:42 -0400 Subject: done linting...just need to wrap up and publish --- lib/params.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/params.py') 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 -- cgit v1.2.3-70-g09d2