Skip to content
Snippets Groups Projects
Commit 284fda4c authored by Martin Geisler's avatar Martin Geisler
Browse files

removed unused imports

parent 21688b8a
No related branches found
No related tags found
No related merge requests found
# perf.py - performance test routines
from mercurial.i18n import _
from mercurial import cmdutil, match, commands
import time, os, sys
......
......@@ -8,7 +8,7 @@
import base64, errno
import os
import cPickle as pickle
from mercurial import util, strutil
from mercurial import util
from mercurial.i18n import _
def encodeargs(args):
......
......@@ -13,7 +13,7 @@
from mercurial.i18n import _
from mercurial import cmdutil, util
import os, server
import server
from weakref import proxy
from client import client, QueryFailed
......
......@@ -6,7 +6,7 @@
# GNU General Public License version 2, incorporated herein by reference.
from i18n import _
import errno, getpass, os, re, socket, sys, tempfile, traceback
import errno, getpass, os, socket, sys, tempfile, traceback
import config, util, error
_booleans = {'1': True, 'yes': True, 'true': True, 'on': True,
......
......@@ -16,5 +16,5 @@
import win32api
import errno, os, sys, pywintypes, win32con, win32file, win32process
import cStringIO, winerror
import winerror
import osutil, encoding
......@@ -20,5 +20,4 @@
import osutil, encoding
import util
from win32com.shell import shell,shellcon
class WinError(Exception):
......
#!/usr/bin/env python
import sys, struct
import struct
from mercurial import bdiff, mpatch
def test1(a, b):
......
import os
from mercurial import hg, ui, merge
from hgext import graphlog
u = ui.ui()
......
#!/usr/bin/env python
from mercurial import ui, util, dispatch, error
from mercurial import ui, dispatch, error
testui = ui.ui()
parsed = dispatch._parseconfig(testui, [
......
import os
import os.path
from mercurial import hg, ui
from mercurial.util import walkrepos
from os import mkdir, chdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment