Browse Source

improper capitalization in import

pull/13/head
Richard Acosta 10 years ago
parent
commit
e18934364d
1 changed files with 1 additions and 1 deletions
  1. 2
      test.py

2
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
Loading…
Cancel
Save