diff 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
line wrap: on
line diff
--- a/upmana/updatemana.py	Thu Aug 20 03:00:39 2009 -0500
+++ b/upmana/updatemana.py	Thu Aug 20 03:45:45 2009 -0500
@@ -3,11 +3,11 @@
 from orpg.orpgCore import *
 #import tempfile
 import shutil
+
 from orpg.dirpath import dir_struct
 from orpg.tools.orpg_log import logger
 from orpg.tools.decorators import debugging
 from upmana.validate import validate
-from orpg.dirpath import dir_struct
 from mercurial import ui, hg, commands, repo, revlog, cmdutil, util