[pitivi: 25/65] Removed obsolete conditions from pitivi.in



commit 5bbf4469f01265a890695b7d3ccc5a2d9402565e
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Thu Jun 9 00:41:18 2011 +0200

    Removed obsolete conditions from pitivi.in

 bin/pitivi.in |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/bin/pitivi.in b/bin/pitivi.in
index 0ad4ecf..f193c64 100644
--- a/bin/pitivi.in
+++ b/bin/pitivi.in
@@ -43,9 +43,7 @@ def _get_root_dir():
 
 def _in_devel():
     rd = _get_root_dir()
-    return (os.path.exists(os.path.join(rd, '.svn')) or
-            os.path.exists(os.path.join(rd, 'CVS')) or
-            os.path.exists(os.path.join(rd, '.git')))
+    return os.path.exists(os.path.join(rd, '.git'))
 
 def _prepend_env_path(name, value):
     os.environ[name] = os.pathsep.join(value +



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