[telepathy-butterfly/master] Check for telepathy-python 0.15.9 at startup
Olivier Le Thanh Duong
olivier at lethanh.be
Tue Jul 28 08:58:15 PDT 2009
---
telepathy-butterfly | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/telepathy-butterfly b/telepathy-butterfly
index 0caa5ee..ee25436 100755
--- a/telepathy-butterfly
+++ b/telepathy-butterfly
@@ -26,8 +26,8 @@ import sys
import logging
import telepathy
-if telepathy.version < (0, 15, 8, 1):
- print >> sys.stderr, 'Critical: telepathy-python >= 0.15.8.1 required. Exiting.'
+if telepathy.version < (0, 15, 9):
+ print >> sys.stderr, 'Critical: telepathy-python >= 0.15.9 required. Exiting.'
sys.exit(1)
import papyon
--
1.5.6.5
More information about the telepathy-commits
mailing list