From e18934364d0a16c2ffe33633489d4bbc00e812b9 Mon Sep 17 00:00:00 2001 From: Richard Acosta Date: Mon, 25 Aug 2014 14:23:36 -0700 Subject: [PATCH] improper capitalization in import --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 9b2b136..7e31fea 100644 --- a/test.py +++ b/test.py @@ -4,7 +4,7 @@ Created on Feb 9, 2014 @author: Chris ''' -from gooey import gooey +from gooey import Gooey if __name__ == '__main__': pass \ No newline at end of file