[jhbuild] remove duplicated check for subversion in sanitycheck



commit 769e3c4b336390b935d9621c6dac99c9f710602e
Author: Frederic Peters <fpeters 0d be>
Date:   Fri Apr 24 16:07:32 2009 +0200

    remove duplicated check for subversion in sanitycheck
---
 jhbuild/commands/sanitycheck.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/jhbuild/commands/sanitycheck.py b/jhbuild/commands/sanitycheck.py
index 28b54d3..c350674 100644
--- a/jhbuild/commands/sanitycheck.py
+++ b/jhbuild/commands/sanitycheck.py
@@ -153,8 +153,4 @@ class cmd_sanitycheck(Command):
             except:
                 uprint(_('Could not check git program'))
 
-        # check for svn:
-        if not inpath('svn', os.environ['PATH'].split(os.pathsep)):
-            uprint(_('%s not found') % 'svn')
-
 register_command(cmd_sanitycheck)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]