~ubuntu-branches/ubuntu/quantal/bzr-svn/quantal

« back to all changes in this revision

Viewing changes to ra.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2008-11-10 02:31:45 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20081110023145-h7vtophkjmcajp9g
Tags: 0.4.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2821
2821
        if (PyType_Ready(&AuthProvider_Type) < 0)
2822
2822
                return;
2823
2823
 
 
2824
        initeditor();
 
2825
 
2824
2826
        apr_initialize();
2825
2827
        pool = Pool(NULL);
2826
2828
        if (pool == NULL)