>>               # This should contain all non-.svn files listed in
>> subversion
> 
> Should this be mercurial

Perhaps.

> 
>>               for f in os.listdir(lib.absolute):
>>                   if f.endswith(".txt") or f==".svn":continue
> 
> and this .hg?

No.

Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to