← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 476: remove xrange function from the domain of recitations because it's not

 

------------------------------------------------------------
revno: 476
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Fri 2013-01-04 18:29:21 +0100
message:
  remove xrange function from the domain of recitations because it's not
  json serializable
modified:
  src/alfanous/Outputs.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/Outputs.py'
--- src/alfanous/Outputs.py	2013-01-03 10:13:48 +0000
+++ src/alfanous/Outputs.py	2013-01-04 17:29:21 +0000
@@ -149,7 +149,7 @@
 			      "script": ["standard", "uthmani"],
 			      "vocalized": [True, False],
                   "view":["minimal", "normal", "full", "statistic", "linguistic", "custom"],
-			      "recitation": xrange( 30 ),
+			      "recitation": [], #xrange( 30 ),
 			      "translation": [],
 			      "prev_aya": [True, False],
 			      "next_aya": [True, False],