mercurial/util.py
changeset 8257 e745063b94dd
parent 8256 e68e149f4d44
child 8280 0b02d98d44d0
equal deleted inserted replaced
8256:e68e149f4d44 8257:e745063b94dd
    13 hide platform-specific details from the core.
    13 hide platform-specific details from the core.
    14 """
    14 """
    15 
    15 
    16 from i18n import _
    16 from i18n import _
    17 import cStringIO, errno, re, shutil, sys, tempfile, traceback, error
    17 import cStringIO, errno, re, shutil, sys, tempfile, traceback, error
    18 import os, stat, threading, time, calendar, glob, osutil
    18 import os, stat, threading, time, calendar, glob, osutil, random
    19 import imp
    19 import imp
    20 
    20 
    21 # Python compatibility
    21 # Python compatibility
    22 
    22 
    23 _md5 = None
    23 _md5 = None