Skip to content

Commit

Permalink
Adding region tags
Browse files Browse the repository at this point in the history
Change-Id: Icdadb7587ea503112bc7cbc3437b1127b28a947a
  • Loading branch information
Jon Wayne Parrott committed Apr 20, 2016
1 parent 5f86065 commit c998e4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appengine/cloudsql/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
For more information, see the README.md.
"""

# [START all]

import os

import MySQLdb
Expand Down Expand Up @@ -56,3 +58,5 @@ def get(self):
app = webapp2.WSGIApplication([
('/', MainPage),
], debug=True)

# [END all]

0 comments on commit c998e4b

Please sign in to comment.