diff pyloader/cast.py @ 77:efb7a8a189e8

update comments/docstring
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 09 Jun 2011 18:40:52 -0700
parents 2261cf505daf
children 36f5d31c3ed6
line wrap: on
line diff
--- a/pyloader/cast.py	Thu Jun 09 18:34:27 2011 -0700
+++ b/pyloader/cast.py	Thu Jun 09 18:40:52 2011 -0700
@@ -1,3 +1,9 @@
+#!/usr/bin/env python
+
+"""
+cast strings to python objects
+"""
+
 class StringCastException(Exception):
   """raised on unsucessful cast"""