Skip to content

Commit c998e4b

Browse files
author
Jon Wayne Parrott
committed
Adding region tags
Change-Id: Icdadb7587ea503112bc7cbc3437b1127b28a947a
1 parent 5f86065 commit c998e4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appengine/cloudsql/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
For more information, see the README.md.
2020
"""
2121

22+
# [START all]
23+
2224
import os
2325

2426
import MySQLdb
@@ -56,3 +58,5 @@ def get(self):
5658
app = webapp2.WSGIApplication([
5759
('/', MainPage),
5860
], debug=True)
61+
62+
# [END all]

0 commit comments

Comments
 (0)