Mercurial > traipse_dev
comparison upmana/updatemana.py @ 72:8bc955faf819 ornery-dev
Fixing a few mistakes from the last update. When Controls is finished I will be happy because users won't miss an file change due to these small updates.
author | sirebral |
---|---|
date | Thu, 20 Aug 2009 03:45:45 -0500 |
parents | 52a5fa913008 |
children | fdcca00696ea |
comparison
equal
deleted
inserted
replaced
71:449a8900f9ac | 72:8bc955faf819 |
---|---|
1 import wx | 1 import wx |
2 import manifest | 2 import manifest |
3 from orpg.orpgCore import * | 3 from orpg.orpgCore import * |
4 #import tempfile | 4 #import tempfile |
5 import shutil | 5 import shutil |
6 | |
6 from orpg.dirpath import dir_struct | 7 from orpg.dirpath import dir_struct |
7 from orpg.tools.orpg_log import logger | 8 from orpg.tools.orpg_log import logger |
8 from orpg.tools.decorators import debugging | 9 from orpg.tools.decorators import debugging |
9 from upmana.validate import validate | 10 from upmana.validate import validate |
10 from orpg.dirpath import dir_struct | |
11 from mercurial import ui, hg, commands, repo, revlog, cmdutil, util | 11 from mercurial import ui, hg, commands, repo, revlog, cmdutil, util |
12 | 12 |
13 | 13 |
14 class Updater(wx.Panel): | 14 class Updater(wx.Panel): |
15 @debugging | 15 @debugging |