Show More
@@ -6,7 +6,7 b'' | |||
|
6 | 6 | # This software may be used and distributed according to the terms |
|
7 | 7 | # of the GNU General Public License, incorporated herein by reference. |
|
8 | 8 | |
|
9 |
import os, mimetypes, re, mimetools, cStringIO |
|
|
9 | import os, mimetypes, re, mimetools, cStringIO | |
|
10 | 10 | from mercurial.node import * |
|
11 | 11 | from mercurial import mdiff, ui, hg, util, archival, patch |
|
12 | 12 | from mercurial import revlog, templater |
@@ -5,7 +5,7 b'' | |||
|
5 | 5 | # This software may be used and distributed according to the terms |
|
6 | 6 | # of the GNU General Public License, incorporated herein by reference. |
|
7 | 7 | |
|
8 | import cStringIO, zlib, tempfile, errno, os, sys | |
|
8 | import cStringIO, zlib, bz2, tempfile, errno, os, sys | |
|
9 | 9 | from mercurial import revlog, util, streamclone |
|
10 | 10 | from mercurial.i18n import gettext as _ |
|
11 | 11 | from mercurial.node import * |
General Comments 0
You need to be logged in to leave comments.
Login now