Mercurial > hg-stable
diff mercurial/changelog.py @ 3877:abaee83ce0a6
Replace demandload with new demandimport
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 13 Dec 2006 13:27:09 -0600 |
parents | 29d91e57d055 |
children | 6b4127c7d52a |
line wrap: on
line diff
--- a/mercurial/changelog.py Tue Dec 12 18:16:23 2006 -0600 +++ b/mercurial/changelog.py Wed Dec 13 13:27:09 2006 -0600 @@ -7,8 +7,7 @@ from revlog import * from i18n import gettext as _ -from demandload import demandload -demandload(globals(), "os time util") +import os, time, util def _string_escape(text): """