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

Re: SVN Python questions and suggestions

From: SLOGEN <jensen_at_slog.dk>
Date: 2003-10-01 15:48:17 CEST

C. Michael Pilato wrote:

> Besides that, while our example code might use 'from svn import wc',
> if you are concerned about namespace clashes, you can always just
> 'import svn.wc' and references things like 'svn.wc.svn_wc_entry()'.

which brings up the question of why it's:

   svn.wc.svn_wc_entry()

and not simply:

   svn.wc.entry()

pyGTK changed notation like that not too long ago

-- 
Helge
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 1 15:49:13 2003

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.