[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-10-21 01:47:10 CEST

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.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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:47:25 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.