Implement Atom.__copy__ and __deepcopy__ to return self, since instances are
authorZac Medico <zmedico@gentoo.org>
Sat, 12 Sep 2009 13:10:59 +0000 (13:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 12 Sep 2009 13:10:59 +0000 (13:10 -0000)
commit7a9607ad10fff8fcfdfeb67da8bf9b60a36feb13
tree546b371e1cfa9a49bc5912b24b19fb38ae5422f6
parenta399b35ab64bae798a53536ac97f174d3020d3f3
Implement Atom.__copy__ and __deepcopy__ to return self, since instances are
immutable.

svn path=/main/trunk/; revision=14223
pym/portage/dep.py