← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 340: disable importing twill because a bug in twill with python2.6

 

------------------------------------------------------------
revno: 340
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-09-29 12:33:26 +0100
message:
   disable importing twill because a bug in twill with python2.6
modified:
  src/alfanous-import/Downloader.py


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-import/Downloader.py'
--- src/alfanous-import/Downloader.py	2012-09-29 09:18:55 +0000
+++ src/alfanous-import/Downloader.py	2012-09-29 11:33:26 +0000
@@ -27,7 +27,7 @@
 @to do : download Tanzil,Translations
 '''
 
-import twill
+#import twill  ## disabled tempararily because a bug in twill with python2.6 
 
 
 def download_tanzil( quranType = "simple-clean", outType = "xml", outPath = "./tanzil.xml" ):