app/main.py
changeset 2066 1855c783934f
parent 1015 b9d51be5104a
child 2333 221482a54238
child 2335 366e64ecba91
--- a/app/main.py	Fri Apr 03 17:06:27 2009 +0000
+++ b/app/main.py	Fri Apr 03 17:09:34 2009 +0000
@@ -14,6 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+"""Main Melange module with profiling support.
+"""
+
 __authors__ = [
   # alphabetical order by last name, please
   '"Augie Fackler" <durin42@gmail.com>',
@@ -52,6 +55,8 @@
 
 # Log errors.
 def log_exception(*args, **kwds):
+  """Function used for logging exceptions.
+  """
   logging.exception('Exception in request:')
 
 # Log all exceptions detected by Django.