← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 339: Enable twill importing in Downloader.py

 

------------------------------------------------------------
revno: 339
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-09-29 11:18:55 +0200
message:
  Enable twill importing in Downloader.py
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-06-01 02:54:15 +0000
+++ src/alfanous-import/Downloader.py	2012-09-29 09:18:55 +0000
@@ -27,7 +27,7 @@
 @to do : download Tanzil,Translations
 '''
 
-#import twill
+import twill
 
 
 def download_tanzil( quranType = "simple-clean", outType = "xml", outPath = "./tanzil.xml" ):