Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: examples/python/__mojo__.py

Issue 988653002: Fix unused variable pylint warning. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/public/python/mojo_application/application_delegate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/python/__mojo__.py
diff --git a/examples/python/__mojo__.py b/examples/python/__mojo__.py
index 24271cd13c69311b4b4d7f07de585a1a79ed082d..441c490221a3021f344b487bd9963f1f77d50981 100644
--- a/examples/python/__mojo__.py
+++ b/examples/python/__mojo__.py
@@ -14,7 +14,10 @@ from mojo_application import application_runner
import mojo_system
class ExampleApp(application_delegate.ApplicationDelegate):
- def OnAcceptConnection(self, service_provider, requestor_url,
+ def OnAcceptConnection(self,
+ requestor_url,
+ resolved_url,
+ service_provider,
exposed_services):
service_provider.AddService(ExampleServiceImpl)
return True
« no previous file with comments | « no previous file | mojo/public/python/mojo_application/application_delegate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698