diff -Nru awsome-0.1~bzr232~nightly59~precise1/awsome/tests/test_wsdl_store.py awsome-0.1~bzr233~nightly59~precise1/awsome/tests/test_wsdl_store.py --- awsome-0.1~bzr232~nightly59~precise1/awsome/tests/test_wsdl_store.py 2012-05-18 09:17:45.000000000 +0000 +++ awsome-0.1~bzr233~nightly59~precise1/awsome/tests/test_wsdl_store.py 2012-05-29 13:54:59.000000000 +0000 @@ -12,6 +12,7 @@ reactor, ) from twisted.web import ( + resource, server, static, ) @@ -63,11 +64,11 @@ class WebServingStoreTests(tests.TestCase): """Base for tests that need to fetch WSDL files from a web server""" - class AmazonBucketList(static.resource.Resource): + class AmazonBucketList(resource.Resource): """Resource representing WSDL files and index on Amazon's servers""" def __init__(self, wsdl_dir): - static.resource.Resource.__init__(self) + resource.Resource.__init__(self) self._files = [] for f in os.listdir(wsdl_dir): if f.endswith(".wsdl"): diff -Nru awsome-0.1~bzr232~nightly59~precise1/debian/bzr-builder.manifest awsome-0.1~bzr233~nightly59~precise1/debian/bzr-builder.manifest --- awsome-0.1~bzr232~nightly59~precise1/debian/bzr-builder.manifest 2012-05-18 09:17:45.000000000 +0000 +++ awsome-0.1~bzr233~nightly59~precise1/debian/bzr-builder.manifest 2012-05-29 13:55:00.000000000 +0000 @@ -1,4 +1,4 @@ -# bzr-builder format 0.3 deb-version {debupstream-base}bzr232~nightly59 -lp:awsome revid:martin.packman@canonical.com-20120518091359-z0h66b9v7osch9es +# bzr-builder format 0.3 deb-version {debupstream-base}bzr233~nightly59 +lp:awsome revid:martin.packman@canonical.com-20120529133915-c0quar08ymns0fds merge packaging lp:~awsome-core/ubuntu/precise/awsome/precise revid:jelmer@ubuntu.com-20120425125920-kwrbcvl8iho2m28b merge daily lp:~awsome-core/ubuntu/precise/awsome/daily-build revid:jelmer@samba.org-20120502073803-o88ntz8freqlk4e1 diff -Nru awsome-0.1~bzr232~nightly59~precise1/debian/changelog awsome-0.1~bzr233~nightly59~precise1/debian/changelog --- awsome-0.1~bzr232~nightly59~precise1/debian/changelog 2012-05-18 09:17:45.000000000 +0000 +++ awsome-0.1~bzr233~nightly59~precise1/debian/changelog 2012-05-29 13:55:00.000000000 +0000 @@ -1,8 +1,8 @@ -awsome (0.1~bzr232~nightly59~precise1) precise; urgency=low +awsome (0.1~bzr233~nightly59~precise1) precise; urgency=low * Auto build. - -- Launchpad Package Builder Fri, 18 May 2012 09:17:45 +0000 + -- Launchpad Package Builder Tue, 29 May 2012 13:55:00 +0000 awsome (0.1~bzr222-1) precise; urgency=low