Mercurial > public > mercurial-scm > hg-stable
diff mercurial/util.py @ 8312:b87a50b7125c
separate import lines from mercurial and general python modules
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Tue, 28 Apr 2009 17:40:46 +0200 |
parents | 4ff63d699256 |
children | aa25be1c2889 |
line wrap: on
line diff
--- a/mercurial/util.py Thu May 07 15:08:25 2009 +0300 +++ b/mercurial/util.py Tue Apr 28 17:40:46 2009 +0200 @@ -14,8 +14,9 @@ """ from i18n import _ -import cStringIO, errno, re, shutil, sys, tempfile, traceback, error -import os, stat, threading, time, calendar, glob, osutil, random +import error, osutil +import cStringIO, errno, re, shutil, sys, tempfile, traceback +import os, stat, threading, time, calendar, glob, random import imp # Python compatibility