don't remove include_exts/exclude_exts with remote, or no app sources will be used

This commit is contained in:
Mathieu Virbel 2013-01-25 12:57:19 +01:00
parent 3b3faa1013
commit 3318ca9f66

View file

@ -847,8 +847,6 @@ class BuildozerRemote(Buildozer):
config = SafeConfigParser()
config.read('buildozer.spec')
config.set('app', 'source.dir', 'app')
config.set('app', 'source.include_exts', '')
config.set('app', 'source.exclude_ext', '')
fn = join(self.remote_build_dir, 'buildozer.spec')
fd = self._sftp_client.open(fn, 'wb')