Add missing docstring url.py.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 03 Apr 2009 17:10:32 +0000
changeset 2067 9b58b42c6b53
parent 2066 1855c783934f
child 2068 f5e8fbbd3bea
Add missing docstring url.py. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/urls.py
--- a/app/urls.py	Fri Apr 03 17:09:34 2009 +0000
+++ b/app/urls.py	Fri Apr 03 17:10:32 2009 +0000
@@ -12,6 +12,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+"""Module containing Melange URL patterns definition.
+"""
+
 __authors__ = [
   '"Augie Fackler" <durin42@gmail.com>',
   '"Todd Larsen" <tlarsen@google.com>',