Skip to content

fix service handling #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2014
Merged

fix service handling #218

merged 1 commit into from
Sep 9, 2014

Conversation

kived
Copy link
Contributor

@kived kived commented Mar 14, 2014

  1. Private service does not work. Public service also does not work when specifying a private folder. PythonService seems to always look in the public folder, and the handling in build.py was poor anyway (e.g. always using private dir, without even checking for a private/service dir). I suppose it could check both directories, but until build.py passes that information to the PythonService class or PythonService itself checks both locations it wouldn't really matter.
  2. Service flag does not get set if there is no main.py, however, main.pyo should be valid as well.

@tito
Copy link
Member

tito commented Sep 9, 2014

Looks great, thanks

tito added a commit that referenced this pull request Sep 9, 2014
@tito tito merged commit b65f355 into kivy:master Sep 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants