[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 3385 - trunk trunk/subversion/bindings/swig trunk/subversion/bindings/swig/python

From: <cmpilato_at_collab.net>
Date: 2002-10-21 01:55:27 CEST

Greg Stein <gstein@lyra.org> writes:

> On Thu, Oct 17, 2002 at 11:11:39AM -0500, cmpilato@tigris.org wrote:
> >...
> > +++ trunk/subversion/bindings/swig/python/fstest.py Thu Oct 17 11:11:38 2002
> > @@ -3,7 +3,7 @@
> >
> > import sys
> > sys.path.insert(0, './build/lib.linux-i686-2.2')
> > -from svn import fs, _util
> > +from svn import fs, _util, util
> >
> > def run(db_path):
> > _util.apr_initialize()
>
> If you import 'util' wrapper, then drop the _util. All the functions from
> _util are exposed by the util wrapper.

Hm. I was not aware of this. Cool.

In that case, what would you think about us adding a few *very simple*
files -- repos.py, client.py, delta.py -- that wrap _repos, _client,
and _delta? I find it terribly confusing trying to remember which
module to use, with or without the leading underscore.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 21 01:58:22 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.