MD NADEEM 4f462ed451 Fix bug:xrange() issue with py3.x
In python3.x, there is no method named xrange(),
it has replaced by range(),which is equal to xrange()
in python2.x. so we must fix this issue.

Closes-Bug: #1268439

Change-Id: I66f0a7f248ad77bf06e96ea7cfcb7ef5f050b13a
2016-01-21 12:29:22 +05:30
..
2015-12-27 03:35:35 +00:00
2016-01-15 13:36:11 +08:00
2015-12-29 12:49:03 +00:00
2016-01-19 17:34:58 +01:00
2016-01-15 13:36:11 +08:00
2015-12-27 03:35:35 +00:00
2016-01-15 13:36:11 +08:00
2015-12-30 08:33:27 +00:00
2016-01-11 14:09:17 +01:00
2015-12-27 03:35:35 +00:00
2016-01-18 20:33:32 +00:00
2016-01-19 17:34:58 +01:00
2016-01-04 09:10:04 -08:00
2016-01-19 17:34:58 +01:00
2015-12-28 02:03:22 +00:00
2016-01-14 15:33:27 +01:00
2016-01-20 16:58:01 +00:00
2016-01-21 12:29:22 +05:30
2015-12-27 03:35:35 +00:00
2016-01-15 13:36:11 +08:00
2016-01-19 17:34:58 +01:00