ZeroInstallFeed._get_impl always creates a new Implementation
commit6d13ce70f0b6b89ab6366edc7e353ecfb0d5ba64
authorThomas Leonard <talex5@gmail.com>
Sat, 13 Feb 2010 15:25:35 +0000 (13 15:25 +0000)
committerThomas Leonard <talex5@gmail.com>
Sat, 20 Feb 2010 16:55:25 +0000 (20 16:55 +0000)
treeeda4aa0ed49a06e6198f3b138ccae5b901ed1da5
parentfa217ccd49bdfd4215496a4b0e65db142d634f96
ZeroInstallFeed._get_impl always creates a new Implementation

Before, calling this twice with the same ID returned a cached copy, but we
never used this feature.
tests/testmodel.py
zeroinstall/injector/model.py