# HG changeset patch # User Pawel Solyga # Date 1238778632 0 # Node ID 9b58b42c6b537fa82b11845320ea930a9e0b502e # Parent 1855c783934f865f8ca66111bb600f4c7b4152a8 Add missing docstring url.py. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 1855c783934f -r 9b58b42c6b53 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" ', '"Todd Larsen" ',