~intellectronica/lazr.restful/unicode-bug-438802

« back to all changes in this revision

Viewing changes to src/lazr/restful/utils.py

  • Committer: Leonard Richardson
  • Date: 2009-10-12 20:47:21 UTC
  • Revision ID: leonard.richardson@canonical.com-20091012204721-830kw1o5a6dpodl5
[r=gary] Fixed a minor import problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
__all__ = [
7
7
    'camelcase_to_underscore_separated',
8
8
    'get_current_browser_request',
9
 
    'implement_from_config',
10
9
    'implement_from_dict',
11
10
    'safe_js_escape',
12
11
    'safe_hasattr',