Skip to content

Commit

Permalink
Fix for spaces in app name. Issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Oct 1, 2018
1 parent e9f6c22 commit 7de754c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
from {{ cookiecutter.app_name }}.app import main
from .app import main

if __name__ == '__main__':
{%- if cookiecutter.gui_framework == 'Toga' %}
Expand Down

0 comments on commit 7de754c

Please sign in to comment.