Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 python-oslo.messaging (1.14.0-1) experimental; urgency=medium
 .
   [ James Page ]
   * Team upload.
   * New upstream release.
 .
   [ Thomas Goirand ]
   * Make the build reproducible. Thanks to Juan Picca <jumapico@gmail.com> for
     the bug report and patch (Closes: #788480).
   * Added python3 support.
   * Added oslo-messaging-zmq-receiver.init sysv-rc script.
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/788480

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- python-oslo.messaging-1.14.0.orig/oslo_messaging/tests/__init__.py
+++ python-oslo.messaging-1.14.0/oslo_messaging/tests/__init__.py
@@ -14,6 +14,7 @@
 #    under the License.
 
 # Import oslotest before importing test submodules to setup six.moves for mock
+from __future__ import absolute_import
 import oslotest
 
 try:
