Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1397)

Unified Diff: hooks/stop

Issue 8727047: Refactor Charm for Sandbox support
Patch Set: Refactor Charm for Sandbox support Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « hooks/start ('k') | hooks/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hooks/stop
=== modified file 'hooks/stop'
--- hooks/stop 2013-02-20 17:05:25 +0000
+++ hooks/stop 2013-04-15 07:15:33 +0000
@@ -8,10 +8,12 @@
stop,
)
+from backend import Backend
+
def main():
- config = get_config()
- stop(config.get('staging'))
+ backend = Backend()
+ backend.stop()
if __name__ == '__main__':
« no previous file with comments | « hooks/start ('k') | hooks/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b