Submitter | timeless |
---|---|
Date | May 11, 2016, 5:21 a.m. |
Message ID | <48413cfd3a0873e14fb8.1462944064@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/15001/ |
State | Accepted |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
Patch
diff -r 4863c4335adb -r 48413cfd3a08 tests/test-archive.t --- a/tests/test-archive.t Fri May 06 19:16:16 2016 +0000 +++ b/tests/test-archive.t Fri May 06 19:17:49 2016 +0000 @@ -69,7 +69,10 @@ $ TIP=`hg id -v | cut -f1 -d' '` $ QTIP=`hg id -q` $ cat > getarchive.py <<EOF - > import os, sys, urllib2 + > from __future__ import absolute_import + > import os + > import sys + > import urllib2 > try: > # Set stdout to binary mode for win32 platforms > import msvcrt