Skip to content

Commit

Permalink
minor changes, mostly cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Nov 13, 2012
1 parent 526fe24 commit 9f7aa70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions moa/plugin/system/moaGit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@

import git
import moa.args
import moa.logger as l
import moa.logger
from moa.sysConf import sysConf

l = moa.logger.getLogger(__name__)
l.setLevel(moa.logger.DEBUG)


def _callGit(cl):
moa.ui.message("executing %s" % cl)
Expand Down Expand Up @@ -176,7 +179,6 @@ def hook_prepare_3():
if not sysConf.git.repo and sysConf.plugin_settings.moaGit.warn:
moa.ui.warn("Cannot find a git repository!")


def hook_finish():
"""
Expand Down

0 comments on commit 9f7aa70

Please sign in to comment.