On Sun, Jun 22, 2014 at 07:38:23PM +0530, Vasudev Kamath wrote: > > I also copy tar in dist.py to the root of the source tree to keep > > package-1.0/ and package.tar.gz in the same location. > > Probably better to move it to sanity.py to do it right?
No it does not work. -d (dist.py) generates tarball from upstream VCS using upstream ethod such as "make dist". So tarball exists only after sanity.py run. As for your question of PEP-8, I assume you are talking long lines. debug lines are long to make it easy to scan source to check such lines by grep. Others, you can call me lazy. I keep terminal width relatively large like 100. I will happy to fold 80 if they are not debug lines. Osamu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

